Forum Discussion
Anonymous
3 years agoNot applicable
PowerBI Calculation
Hi Everyone, how can I fix my calculation in powerBI. For example I need to calculate agent Quality Score per Day wherein the formula I used is 1-Error Rate. I'm getting the correct number however, I have default 100% score for the dates that I don't have raw data on the back end. Thank you in advance.
4 Replies
- AnonymousNot applicable
here's the sample visual showing 100%, last data should be 96.82%
- ArulSuper User
Anonymous ,
If possible, can you share the formula that you are using?
Thanks,
- AnonymousNot applicableI just used straight formula: QC = 1-[Error Rate%]wherein 1 is equivaent to 100%Error Rate% = CALCULATE(SUM('07 QC Consolidated'[Weighted Errors])/SUM('07 QC Consolidated'[Expected Points to Earn]))