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
DylanBanINT
Helper I
Helper I

Percentage calculation based off of a range of numbers

Hi, I am looking to create a column on Power BI that will calculate a percentage of a number based on the 'score' it has so that it will create an 'expected savings' 

 

For example I have a table like this: 

 

TitleScoreAmountSavings
Cookie40£100 
Cake60£50 
Sprite20£60 
Cola0£250 
Bread100£180 
Baguette60£40 
Slurpie40£55 
Green Tea20£180 

 

Based off the score I would like to calculate a percentage of 'savings' - If it has a score of 100 it will calculate 10% and if it has a score of 60 it will calculate 6% etc etc

1 ACCEPTED SOLUTION
5 REPLIES 5
DylanBanINT
Helper I
Helper I
amitchandak
Super User
Super User

@DylanBanINT , Create a new column

 

= [Amount] /10

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi would this not just divide all amounts by 10? 

@DylanBanINT ,

You can create a new column like

 

 

Switch( True(),

[Amount] = 100, .1 ,

[Amount] =  60, .06 ,

0

)

 

Modify as per need

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

Hi, is there a way to do it so it would be like if Score is 0-100 then Amount / 0-10%? So like a range

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.

February Power BI Update Carousel

Power BI Monthly Update - February 2026

Check out the February 2026 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.