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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

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
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayPowerBICarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.