Forum Discussion
Anonymous
3 years agoNot applicable
Scorescard
Hello, My scorecard at the bottm shows my documentation score. Onky the score thats at the bottm under documentation is showing under the A category and not the R score. I attached it so you can se...
v-jingzhang
3 years agoCommunity Support
Hi Anonymous
How is this percentage value got? Is it a measure or a column value? If you have a category column, you can try a measure similar to below to make a calculation for a specific category. I take a simple SUM for example.
Score = CALCULATE ( SUM ( 'TableName'[value] ), 'TableName'[Category] = "R" )
Best Regards,
Community Support Team _ Jing
If this post helps, please Accept it as Solution to help other members find it.