Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. 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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
217 | |
88 | |
81 | |
65 | |
56 |