Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now

Reply
LCarenzo
Helper I
Helper I

Formula Help

I need a formula to return a value.   Scenario....   I have a score that is a percentage.  If the score is 99% or better it would return "Outstanding", 96% to 99% would return "Very Strong", 93% to 96% "Effective"......   not sure how to write this.....

1 ACCEPTED SOLUTION
jthomson
Solution Sage
Solution Sage

It'd generally take the form of:

 

New Measure = if([oldmeasure]>0.99,"Outstanding",if([oldmeasure]>0.96,"Very Strong",if([oldmeasure]>0.93,"Effective","Useless")))

 

for however many levels you have

View solution in original post

2 REPLIES 2
jthomson
Solution Sage
Solution Sage

It'd generally take the form of:

 

New Measure = if([oldmeasure]>0.99,"Outstanding",if([oldmeasure]>0.96,"Very Strong",if([oldmeasure]>0.93,"Effective","Useless")))

 

for however many levels you have

Thank you!

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.