Forum Discussion

pmuralikrishna1's avatar
pmuralikrishna1
Frequent Visitor
8 years ago
Solved

Need help in Measure for % Calculation

Hi,

 

I have a data like below,

 

NameRatingQTR
ABC5Q1
CDE6Q1
ABC6Q2
BCD6Q2
CDE3Q2

 

and need something like below:

If filtered by QTR(Q1)

QTRRatingPercentage
Q1550%
Q16

50%

 

if filtered by QTR(Q2)

QTRRatingPercentage
Q2344%
Q2666%

 

 

if no filter is applied, result should be like below:

RatingPercentage
520%
660%
320%

 

 

Based on the filter the Percentage should automatically calucalted on how many rows are present and then it will have to calculate %. I tried grand total of percentage but it doesnt have option to control the decimal places/presicions. and this one https://community.powerbi.com/t5/Desktop/How-to-show-percentage-column-in-matrix/td-p/166007