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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
jbEDSI
New Member

Help converting a numeric range to a percentage

Hi all - first official post here 🙂  

 

I'm working on a performance report for our business group.  For their purposes they grouped different OUs' KPIs together and established a consolidated scoring system of -1  >> +1.  We did some cool visuals based on that, overlayed it to a national heatMap and it is receiving some good feedback.  On to Phase 2.... The next ask is to provide more detailed information to each OU, including more specific financial information for projects, % of goal achieved, etc.

 

As I'd imagined, the -1 >> +1 scoring range is confusing some consumers of the information, and now they'd like that range converted to a percentage.  I've tried quite a few DAX suggestions to no avail, and was hoping to get some help here.

 

TL;DR -- I need numeric scoring range of -1 to 1 converted into a percentage, where -1 = 0% and +1 = 100%

 

Thanks in advance for any assistance!

1 ACCEPTED SOLUTION
grantsamborn
Solution Sage
Solution Sage

Try this calculated column:

zPct = ([OriginalRating] + 1) / 2

and format as a percentage.

View solution in original post

2 REPLIES 2
jbEDSI
New Member

@grantsamborn thank you VERY much, this totally worked ! 🙂  Have a great day!

grantsamborn
Solution Sage
Solution Sage

Try this calculated column:

zPct = ([OriginalRating] + 1) / 2

and format as a percentage.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors