Forum Discussion
LYeo87
Helper II
5 years agoDAX Question - Blank Dates
HI - I am getting this error message:
DAX comparison operations do not support comparing values of type Date with values of type Text. Consider using the VALUE or FORMAT function to convert one of the values.
What do I need to do to my expression? I want to know if the date column is blank/empty
=IF([Insurance Expiry Date} =" ","Yes","No")
Thank you in advance.