Forum Discussion
Back2Basics
Resolver I
9 years agoDisplay percentage in Matrix Preview
Hi I'm trying to create a view using the Matrix Preview to display the perecentage of 'Fail' and 'Pass' for each row. Pass and Fail are the only two values available in a column called 'KPI 1...
- 9 years ago
Right-Click on the field you have in the Values area of the Matrix Preview => Show Values As => Percent of Row Total
But if you want a Measure which you can actually format (number of decimals) use this Measure instead
% of Row Total Measure = DIVIDE ( SUM ( 'Table'[Score] ), CALCULATE ( SUM ( 'Table'[Score] ), ALLSELECTED ( 'Table'[KPI 1] ) ), 0 )
Sean
Community Champion
9 years agoRight-Click on the field you have in the Values area of the Matrix Preview => Show Values As => Percent of Row Total
But if you want a Measure which you can actually format (number of decimals) use this Measure instead
% of Row Total Measure =
DIVIDE (
SUM ( 'Table'[Score] ),
CALCULATE ( SUM ( 'Table'[Score] ), ALLSELECTED ( 'Table'[KPI 1] ) ),
0
)Back2Basics
Resolver I
9 years ago- Anonymous9 years agoNot applicable
Hello friends
It seems to me that did not solve the problem.
I want the total to be as recorded in the picture.
Thanks- Anonymous9 years agoNot applicable
The formula is (390 - 33.7) / 390 = 91.3%