Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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?
Solved! Go to Solution.
Replace "01/01/2017" by: #date(2017,1,1)
Replace "01/01/2017" by: #date(2017,1,1)
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.
Check out the July 2025 Power BI update to learn about new features.
User | Count |
---|---|
72 | |
72 | |
38 | |
31 | |
26 |
User | Count |
---|---|
94 | |
50 | |
43 | |
40 | |
35 |