Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
Hello Everyone - I am hoping you wonderful people can help me. I feel like this should be super simple but ive been looking at it for so long I just cant get it to work.
I have 2 columns, one contains a date, and the other contains a status. I am trying to create a new column called overdue that will return the value of "overdue" when the Date is less than today, and the Status equals "Incomplete".
This is as close as I have got but still getting an error:
Overdue = IF(
'MyCsvFile (1)'[Delivery Date] < TODAY() &&
'MyCsvFile (1)'[Status]="Incomplete", "Overdue")
Try this!