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
LucaA
Helper IV
Helper IV

Format % Increase with ">100%"

Hi guys,

i would like to format the measure YOY Growth % with the option to show ">100%" for all the increases >100%. However the output has still to be a number as i am using a conditional formatting on that measure and i want to see, also for the cell ">100%", the "top arrow" symbol.

 

I tried using FORMAT function but i was not able to achieve the result

thanks

Luca

1 ACCEPTED SOLUTION
v-jayw-msft
Community Support
Community Support

Hi @LucaA ,

 

If i understand you correctly, you could just create another measure using a number value to replace the '>100%'.

Something like below.

measure2 = IF([Sales PY]=BLANK(),BLANK(),IF([Sales]/[Sales PY]-1> 1, 99,[Sales]/[Sales PY]-1))

Then use this measure as the conditional formatting rule.

1.PNG

 

Best Regards,

Jay

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

View solution in original post

6 REPLIES 6
v-jayw-msft
Community Support
Community Support

Hi @LucaA ,

 

If i understand you correctly, you could just create another measure using a number value to replace the '>100%'.

Something like below.

measure2 = IF([Sales PY]=BLANK(),BLANK(),IF([Sales]/[Sales PY]-1> 1, 99,[Sales]/[Sales PY]-1))

Then use this measure as the conditional formatting rule.

1.PNG

 

Best Regards,

Jay

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

ty @v-jayw-msft 

so the solution is to create always 2 measures: one formatted as requested (e.g. >100%) and the other one with the right values (i think is not necessary to put 99 i can just keep the right result which is already >1) and then formatting the first based on the second.

ty again 

best

Luca

LucaA
Helper IV
Helper IV

@manikumar34 

 

i want to use the up arrow also next to >100%

actually i am using this formula for >100% but obv this is leading to a text format which is not read by the cond.formatting rule

YoY % = IF([Sales PY]=BLANK(),BLANK(),IF([Sales]/[Sales PY]-1> 1, ">100%",[Sales]/[Sales PY]-1))
thanks
Luca

Picture1.png

manikumar34
Solution Sage
Solution Sage

@LucaA , 

 

I'm a bit unclear here. 

 

Do you want to show Upper Arrow for the value more than 100%?

 

Regards, 

Manikumar





If this helps, Appreciate your KUDOS!
Did I answer your question? Mark my post as a solution!


Proud to be a Super User!




amitchandak
Super User
Super User

@amitchandak 

ty for the links but it looks there is not a solution to my problem, is that correct?

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.