Get certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare 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 October 2024 Power BI update to learn about new features.
Learn from experts, get hands-on experience, and win awesome prizes.
User | Count |
---|---|
110 | |
96 | |
90 | |
81 | |
69 |
User | Count |
---|---|
157 | |
125 | |
116 | |
111 | |
95 |