Forum Discussion
Steffen1
3 years agoFrequent Visitor
Null Values in Date Column
Dear Community, I´ve already seen some post on this topic, but it kinda not solved my problem. I have a report that shows me the ship date for an order. However, if the order hasn´t shipped...
Anonymous
3 years agoNot applicable
Hi Steffen1 - You could try changing the DAX to use the following:
NOT ( ISBLANK( [shipdate] ) )
Note the ISBLANK will return TRUE and NOT will swap this to FALSE.
However, I just want to double check that the Date is empty. It doesn't contain "Null".
Many thanks
Daryl