This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
My goal is to replace empty date values in a table to a custom date value (31/12/9999 e.g.) by adding a new column where I use an IF function.
The new column should be composed out of '31/12/9999' is the value in column X is blank, while if the value in column X is not blank, the column should take the value that is in column X.
The custom column formula I use is IF ( ISBLANK ([Date Finished]) , ("31/12/9999"), [Date Finished]), but I receive the error: Expression.Error: The name 'IF' wasn't recognized. Make sure it's spelled correctly.
@Anonymous
IF ( ISBLANK ([Date Finished]) , DATE(9999,12,31), [Date Finished])
https://docs.microsoft.com/en-us/dax/date-function-dax
Refre the above link to learn about DATE function
Regards,
Manikumar
Proud to be a Super User!
I don not see where this helps my problem? 🙂
@Anonymous ,
You are trying DAX in Power query.
Please use the same DAX with Calculated column.
Regards,
Manikumar
Proud to be a Super User!
Dear, I still receive the same error. If something wrong with my settings?
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 31 | |
| 26 | |
| 23 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 63 | |
| 45 | |
| 28 | |
| 24 | |
| 22 |