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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
KelvinMorel
Helper II
Helper II

Percent Measure higher than 100%

Hi,

 

It's maybe really basic but I can't get around it, this is my measure:

Sales% = DIVIDE(SUM(Sales2018[Investment]);SUM(Sales2017[Investment]))

In some of cases this will get value higher than 100% (like 116%) but I would like to this play this value as +16%, is there some way to do this?

1 ACCEPTED SOLUTION
v-danhe-msft
Employee
Employee

Hi @KelvinMorel,

Based on my test, you could refer to below formula:

Sales% = "+"&(DIVIDE(SUM(Sales2018[Investment]),SUM(Sales2017[Investment]))-1)*100&"%"

Result:

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel he

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

2 REPLIES 2
v-danhe-msft
Employee
Employee

Hi @KelvinMorel,

Based on my test, you could refer to below formula:

Sales% = "+"&(DIVIDE(SUM(Sales2018[Investment]),SUM(Sales2017[Investment]))-1)*100&"%"

Result:

1.PNG

You could also download the pbix file to have a view.

 

Regards,

Daniel he

Community Support Team _ Daniel He
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Hei 

 

 

Sales% = (DIVIDE(SUM(Sales2018[Investment]);SUM(Sales2017[Investment]))-1)

 

Sales%Sign = IF([Sales%]>0;"+"&ROUND(([Sales%]*100);0)&"%";ROUND([Sales%]*100;0)&"%")

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.