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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. 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
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

May 2025 Monthly Update

Fabric Community Update - May 2025

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