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

Level up your Power BI skills this month - build one visual each week and tell better stories with data! Get started

Reply
gauravg3
Helper I
Helper I

Setting a limit on measure

Looking for assistance here:

 

I've a measure (in %) whose value exceeds more than 100%.

Is there a way that I can set a limit on this measure that if the value is more than 100%, it should show it as 100% and not the actual value.

Example : if the output is 145%, I would want to show it as 100%.

One of the ways is using an IF function

(

IF([Measure A]>1, "100%", [Measure A]
)

but this way the output is in text format, which I don't want as then I can't use it for any further calculations being in text format.

 

Thanks for your support.

2 ACCEPTED SOLUTIONS
Ashish_Mathur
Super User
Super User

Hi,

Remove the double quotes from your measure and replace 100 with 1.  Format the measure as %.

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

View solution in original post

Anonymous
Not applicable

Hi @gauravg3 ,

 

You can also use value() for subsequent calculations.

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

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
Anonymous
Not applicable

Hi @gauravg3 ,

 

You can also use value() for subsequent calculations.

 

Hope it helps!

 

Best regards,
Community Support Team_ Scott Chang

 

If this post helps then please consider Accept it as the solution to help the other members find it more quickly.

Ashish_Mathur
Super User
Super User

Hi,

Remove the double quotes from your measure and replace 100 with 1.  Format the measure as %.

Hope this helps.


Regards,
Ashish Mathur
http://www.ashishmathur.com
https://www.linkedin.com/in/excelenthusiasts/

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

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

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.