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
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
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.