Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
tyan
Helper II
Helper II

How to do percentage

tyan_0-1643272266782.png

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.

 

tyan_2-1643272528082.png

 

 

 

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@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

 

View solution in original post

2 REPLIES 2
amitchandak
Super User
Super User

@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

 

@amitchandak thank you so much for helping me!

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.