March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Check out the November 2024 Power BI update to learn about new features.
User | Count |
---|---|
118 | |
96 | |
87 | |
71 | |
62 |
User | Count |
---|---|
138 | |
115 | |
115 | |
99 | |
98 |