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
newgirl
Helper V
Helper V

Conditional Formatting for Div 0

Hello!

 

I think I'm mising a logic in my conditional formatting for my measure. My measure is cmparing the YTD overtime days with the Previous year YTD overtime days. However, there's a value wherein a department has overtime this year but no overtime last year so when computing manually, this would return as error.

However, in my conditional formatting, it's showing as -100%. Is there a way to make the icon fall under the category as [red arrow up], meaning their overtime increased from previous year.

conditionalf3.JPGconditionalf2.JPGconditionalf.JPG

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

Hi @newgirl ,

 

Please try:

Diff = IF(NOT(ISBLANK([PYYDT%])),DIVIDE([Duty_YDT],[Duty_PYYDT])-1,[YDT%])

 

The result you want:

vyadongfmsft_0-1669969525344.png

Best regards,

Yadong Fang

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-yadongf-msft
Community Support
Community Support

Hi @newgirl ,

 

Please try:

Diff = IF(NOT(ISBLANK([PYYDT%])),DIVIDE([Duty_YDT],[Duty_PYYDT])-1,[YDT%])

 

The result you want:

vyadongfmsft_0-1669969525344.png

Best regards,

Yadong Fang

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

henkvankester
Helper I
Helper I

Probably you should use next values: 

If value > 0 procent  and < 0 number then 'arrow down'

and

If value >= 1e-11 number and <= 100 procent then 'arrow up'

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.