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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
andyn1983
New Member

Power Query - Custom Column - Less than Date

Ok, not technically Power BI (at this stage) as I need to do some data work in Excel before moving it into PowerBI but i'm trying to create a custom column in PowerQuery that has a formula along the lines of

 

if [company] = "CompanyA" and [date opened] < "01/01/2017" then "Pre 2017" else "2017"

 

But I am getting an error "We cannot apply operator < to types Text and Date" 

 

Appreciate this is probably really simple, and if in excel I could use DATE(), but I am new to PowerQuery and the syntax.

 

How do I get this to work correctly please? 

 

 

 

 

1 ACCEPTED SOLUTION
MarcelBeug
Community Champion
Community Champion

Replace "01/01/2017" by: #date(2017,1,1)

Specializing in Power Query Formula Language (M)

View solution in original post

2 REPLIES 2
MarcelBeug
Community Champion
Community Champion

Replace "01/01/2017" by: #date(2017,1,1)

Specializing in Power Query Formula Language (M)

THANK YOU!!! 

 

Easy when you know how 🙂   had tried date(2017,1,1) didn't know about the need to add a #.

 

Thanks again.

Andy.

Helpful resources

Announcements
July PBI25 Carousel

Power BI Monthly Update - July 2025

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

Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.