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

Prepping for a Fabric certification exam? Join us for a live prep session with exam experts to learn how to pass the exam. Register now.

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

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

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

 

Full Power BI Video 20 Hours YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak thank you so much for helping me!

Helpful resources

Announcements
May PBI 25 Carousel

Power BI Monthly Update - May 2025

Check out the May 2025 Power BI update to learn about new features.

Notebook Gallery Carousel1

NEW! Community Notebooks Gallery

Explore and share Fabric Notebooks to boost Power BI insights in the new community notebooks gallery.

May 2025 Monthly Update

Fabric Community Update - May 2025

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