How to calculate PERCENTAGES based on a single column TOTAL in Power BI

แชร์
ฝัง
  • เผยแพร่เมื่อ 15 พ.ย. 2024

ความคิดเห็น • 17

  • @badrkheiri7273
    @badrkheiri7273 ปีที่แล้ว

    I spent 2 hours looking for a solution for this case, navigating through many website, but you made my day, you are just amazing keep going and giving us ways to work out the problem thanks for this video

  • @amsalespush
    @amsalespush ปีที่แล้ว

    Finally someone who explains this well. Thanks a lot.

  • @NinaNoah-m1x
    @NinaNoah-m1x 9 หลายเดือนก่อน

    Finally, a clear explanation, thanks

    • @Transformita
      @Transformita  8 หลายเดือนก่อน

      That’s the aim 👏✅ glad it helped

  • @jamesbarnett5236
    @jamesbarnett5236 ปีที่แล้ว

    This was a great video. Super helpful l.

  • @Hassaan54321
    @Hassaan54321 ปีที่แล้ว +1

    You can use following DAX measure to calculate percentage in single column that remove filter function .% of sales with Remove filter Function =
    DIVIDE(sum('COUNTRYDEFAULTSUMMARIZATION'[SALES])
    ,CALCULATE('COUNTRYDEFAULTSUMMARIZATION'[Sum of Sales.],
    REMOVEFILTERS()))

  • @paraspadwal.0125
    @paraspadwal.0125 7 หลายเดือนก่อน

    worked very well

    • @Transformita
      @Transformita  7 หลายเดือนก่อน

      Glad it helped

  • @subhashchoudhari4317
    @subhashchoudhari4317 ปีที่แล้ว +1

    we need that at Weekly or Monthly level?

    • @Transformita
      @Transformita  ปีที่แล้ว

      Pbi will auto aggregate that the level you place in the visual.
      If it’s weekly it’ll give the weekly breakdown 👍🏼

    • @subhashchoudhari4317
      @subhashchoudhari4317 ปีที่แล้ว

      Done using allexcept function at Weekly level. actually Weekly was used in columns

  • @almenos15letras
    @almenos15letras 2 ปีที่แล้ว

    👌🏼

  • @vishnukrishnan3263
    @vishnukrishnan3263 2 ปีที่แล้ว

    Hello,
    Is it possible to create a line chart inside 100% Stacked Column Chart Visual? If yes, request if you can please explain the process.
    Regards

  • @nssdesigns
    @nssdesigns ปีที่แล้ว

    Is there a COUNTROWX that can SUM the rows regardless of a filter? As I need to calculate the percentage of a project that's split into 4 phases and the percentage is calculated on amount complete per phase divided by total in all four phases.

    • @Transformita
      @Transformita  ปีที่แล้ว +1

      I’m assuming there’s a field for each phase. You want to use a matrix table and work out the % of work completed at each hierarchy.
      I don’t have a video on this but I suspect this is the video you need:

    • @Transformita
      @Transformita  ปีที่แล้ว +1

      th-cam.com/video/wbIkcRBlOao/w-d-xo.html