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
fanisgeorg
Helper II
Helper II

Percentage calculation

Hello everyone

 

I need to create a measure to calculate the percentage of the projet count 49/66 for the two matrix table below. The measure in both table is the same (Count ProJects), but the values are different because different filters are applied to each matrix table.

Someone able to help?

 

Thanks

Fanis

 

fanisgeorg_0-1646754091830.png

fanisgeorg_1-1646754116241.png

 

 

1 ACCEPTED SOLUTION
truptis
Community Champion
Community Champion

Hi @fanisgeorg ,

Please try this measure:

Result =

DIVIDE(SUM(PROJECTCOUNT), CALCULATE (SUM(PROJECTCOUNT), ALLSELECTED()))

 

Also, click on the measure, and select "show as values" and check if it is "percent of column total"

Regards,

Truptis

View solution in original post

2 REPLIES 2
fanisgeorg
Helper II
Helper II

Thanks @truptis  I figured out the measure.

 

Thanks

Fanis

truptis
Community Champion
Community Champion

Hi @fanisgeorg ,

Please try this measure:

Result =

DIVIDE(SUM(PROJECTCOUNT), CALCULATE (SUM(PROJECTCOUNT), ALLSELECTED()))

 

Also, click on the measure, and select "show as values" and check if it is "percent of column total"

Regards,

Truptis

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.