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

Data Days is here! Join us now for 60+ days of learning, challenges, and connection. Learn more

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
Fabric Data Days is here Carousel

Fabric Data Days 2026

Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.

May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.