Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
I have a column for "Date Submitted" and a calculated column for "Due Date". the Due Date column is calculated for -45 days from a third column "Implementation Date". My calculated column is working correctly.
However, in my Dax measure I am using
Solved! Go to Solution.
ON TIME = IF(DATEVALUE([Date Submitted]) <= [Due Date], "On Time", "Late")
ON TIME = IF(DATEVALUE([Date Submitted]) <= [Due Date], "On Time", "Late")
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 7 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 13 | |
| 8 | |
| 8 | |
| 8 |