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
kitcatnj
Frequent Visitor

Get % of row value based on row group value

Hello. Looking for help please!

 

I have a table in excel that i am trying to duplicate in power BI, but there is also a separate calculated field to get a percentage to the left of the table. It is taking the count and then dividing by the count for that group.

ie CA = 1/46

     US= 45/46

How do i calculate this on the row based on the subtotal of the groups total.

 

 

 ExcelExcel

 

 

Capture2.JPG

1 ACCEPTED SOLUTION
amitchandak
Super User
Super User

@kitcatnj , Create a new measure and use

 

M1 = divide(Count(Table[Service Type]), calculate(Count(Table[Service Type]), removefilters(Table[Cntry]) ) )

 

Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s

View solution in original post

3 REPLIES 3
kitcatnj
Frequent Visitor

@amitchandak 

Can I ask another question relating to this?

The specs change slightly. They want the SUM %

This worked perfectly for COUNT. When i change it to sum it breaks. When i change it to sumx it breaks. Is there a trick to this?

 

M1 = divide(Count(Table[Service Type]), calculate(Count(Table[Service Type]), removefilters(Table[Cntry]) ) )

 

THANK YOU IN ADVANCE!!!

kitcatnj
Frequent Visitor

THANK YOU!!!!! 

amitchandak
Super User
Super User

@kitcatnj , Create a new measure and use

 

M1 = divide(Count(Table[Service Type]), calculate(Count(Table[Service Type]), removefilters(Table[Cntry]) ) )

 

Percent of Total and Percent of SubTotal https://www.youtube.com/watch?v=6jTildcV2ho
https://www.youtube.com/watch?v=cN8AO3_vmlY&t=24270s

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.