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
User | Count |
---|---|
115 | |
95 | |
87 | |
76 | |
65 |
User | Count |
---|---|
138 | |
113 | |
110 | |
98 | |
93 |