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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
eWise
Helper II
Helper II

Inconsistent IF statement

Hi all, I have a simple IF statement which is returning inconsistent results and I can'T figure out why. I would greatly appreciate any help in this.

This is the IF statement where I want it to return a "YES" when the value is less than 24 else "NO".

KPI Achieved = IF('Inbound'[InboundTime(Hours)] <= "24", "YES","NO")
 
These are the inconsistent results
InboundTime(Hours)KPI Achieved
164YES
2502NO
-1YES
22YES
-1YES
26NO
26NO
21YES
145YES
168YES
50NO
50NO
1YES
1YES
50NO
1517YES
1 ACCEPTED SOLUTION
Anonymous
Not applicable

I would assume that the first column is not formatted correctly. Can you check that it's stored as whole number/decimal number?

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

I would assume that the first column is not formatted correctly. Can you check that it's stored as whole number/decimal number?

@Anonymous , @FrankAT I think that may be at the core of my woes. The column is a product of a datediff function. I reformmated my IF statement as  IF('Inbound'[InboundTime(Hours)] <= 24 , "YES","NO") with a space after the 24 and it seems to be working, atleast for the sample data I have for now, it's returning concistent results.

 

eWise
Helper II
Helper II

Unfortunately this did not work in my case.

 

 

FrankAT
Community Champion
Community Champion

Hi @eWise ,

you try an alphabetical compare of text "24", so your "inconsistent results" are in this term correct.

If you want a numerical compare you can do it like this:

 

15-05-_2021_00-14-50.png

 

With kind regards from the town where the legend of the 'Pied Piper of Hamelin' is at home
FrankAT (Proud to be a Datanaut)

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

Check out the November 2025 Power BI update to learn about new features.

Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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.

Top Solution Authors
Top Kudoed Authors