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

Category Percentage of Row Total

Lukaszj_0-1621543649650.png

Hello, I have data similar to the sample set pictured above - I am trying to calculate the percentage of each individuals Win/Loss value relative to their own total.

If I choose to display the contract amount as a percentage of row total, they all just show as 100%. Ideally I would like, for example, to see that Mike's "Lost %" is (463/497)*100 or 93.2% of his personal total, and Wins as 6.8%. I have been able to calculate each line item as a percentage of the GRAND total, but not as a percentage of each individuals total. (i.e. 463/335,981)

 

Thank you!

Lukasz

1 ACCEPTED SOLUTION
FrankAT
Community Champion
Community Champion

Hi @Lukaszj ,

use the following measure:

 

20-05-_2021_23-22-54.png

Percentage = DIVIDE(SUM('Table'[Value]),CALCULATE([Sum of Value], ALLSELECTED('Table'[Contract])))

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

 

View solution in original post

1 REPLY 1
FrankAT
Community Champion
Community Champion

Hi @Lukaszj ,

use the following measure:

 

20-05-_2021_23-22-54.png

Percentage = DIVIDE(SUM('Table'[Value]),CALCULATE([Sum of Value], ALLSELECTED('Table'[Contract])))

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

 

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.