cancel
Showing results for 
Search instead for 
Did you mean: 

Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.

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
PBI November 2023 Update Carousel

Power BI Monthly Update - November 2023

Check out the November 2023 Power BI update to learn about new features.

Community News

Fabric Community News unified experience

Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.

Power BI Fabric Summit Carousel

The largest Power BI and Fabric virtual conference

130+ sessions, 130+ speakers, Product managers, MVPs, and experts. All about Power BI and Fabric. Attend online or watch the recordings.

Top Solution Authors
Top Kudoed Authors