The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.
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!
User | Count |
---|---|
71 | |
64 | |
62 | |
50 | |
28 |
User | Count |
---|---|
117 | |
75 | |
62 | |
55 | |
43 |