Microsoft is giving away 50,000 FREE Microsoft Certification exam vouchers!
Enter the sweepstakes now!Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.
I would like to see the percentage of each BU (APP, HW,FW)
I dont know what dax function to use,, I need the sum of APP divide each of the APP etc.. ( sum of Brand A / each Brand)
and i need to add 3 filter. while i click it automalitly show the percentage.
Below will show Brand, Department etc.
Here is one of the filter i would like to show.
Solved! Go to Solution.
@tyan , for % of Grand totalof a measure , we will use
divide([measure], calculate([measure], allselected())
for % of Sub Total
divide([measure], calculate([measure], removefilters(Table[Brand]))
divide([measure], calculate([measure], filters(allselected(Table) , Table[Department] max(Table[Department] ) ))
Percent of SubTotal or Total: https://www.youtube.com/watch?v=6jTildcV2ho&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=37
@tyan , for % of Grand totalof a measure , we will use
divide([measure], calculate([measure], allselected())
for % of Sub Total
divide([measure], calculate([measure], removefilters(Table[Brand]))
divide([measure], calculate([measure], filters(allselected(Table) , Table[Department] max(Table[Department] ) ))
Percent of SubTotal or Total: https://www.youtube.com/watch?v=6jTildcV2ho&list=PLPaNVDMhUXGaaqV92SBD5X2hk3TMNlHhb&index=37
Check out the May 2025 Power BI update to learn about new features.
Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.
User | Count |
---|---|
74 | |
72 | |
71 | |
50 | |
45 |
User | Count |
---|---|
46 | |
38 | |
29 | |
28 | |
28 |