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

Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.

Reply
NikkiC
Frequent Visitor

IF formula not working when creating a custom column

Hi

 

I am trying to compare two date columns to see if one is greater than the other. The formula I am trying to use is:

 

=IF([Training record completed date]>[training record Due Date], "Yes", "No")

 

The error message I get it Expression.Error. The name 'IF' wasn't recognised. Make sure it's spelled correctly.

 

I have no clue as to why it isn't working. Please can anyone offer me a solution?

 

Thanks

Nikki 

1 ACCEPTED SOLUTION
DataInsights
Super User
Super User

@NikkiC,

 

The IF function is different in Power Query. Try this:

 

if [Training record completed date] > [training record Due Date] then "Yes" else "No"




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




View solution in original post

2 REPLIES 2
NikkiC
Frequent Visitor

That worked thank you so much!

DataInsights
Super User
Super User

@NikkiC,

 

The IF function is different in Power Query. Try this:

 

if [Training record completed date] > [training record Due Date] then "Yes" else "No"




Did I answer your question? Mark my post as a solution!

Proud to be a Super User!




Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

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