Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hey,
I have a fomula that is calcualting the percentile of a value, however, I need to remove any row that is equal to "0" as these results should not get a percentile rank and are skewing the rating of the other values.
Any help would be greatly appreciated, I'm guessing there needs to be another filter where the Employees[Total Handled Rate 2022] <> 0 but can't seem to figure it out.
Formula is below;
Solved! Go to Solution.
hi @JMG241188
try like:
hi @JMG241188
try like:
Hey, thanks for the response, I'm getting an error of;
"Argument '3' in CALCULATE function is required.
just had to remove the comma after the bracket, thanks for your help