Forum Discussion
Anonymous
6 years agoNot applicable
Null Value in Table
I have a set of date fields in a column. The data type is kept as date only in Power BI. When the cells are blank then i need to display NULL. However when i am trying to createa calculated column...
- Anonymous6 years ago
You can change it to text using FORMAT() in DAX. This way it will save it as text in DD-MMM-YY
Anonymous
6 years agoNot applicable
You can change it to text using FORMAT() in DAX. This way it will save it as text in DD-MMM-YY