Forum Discussion
calculated column doesn't show blanks
- 7 years ago
Hi Anonymous,
I have asked the Product Group and they replied that: "In DAX, the comparison operator = performs equivalence comparison. Since 0 and BLANK are equivalent values, operator = returns true when comparing 0 to BLANK. Users can use DAX function IsBlank to detect BLANK values. "
Hope it could help you.
Regards,
Daniel He
Hi Anonymous,
I have asked the Product Group and they replied that: "In DAX, the comparison operator = performs equivalence comparison. Since 0 and BLANK are equivalent values, operator = returns true when comparing 0 to BLANK. Users can use DAX function IsBlank to detect BLANK values. "
Hope it could help you.
Regards,
Daniel He
- Anonymous7 years agoNot applicable
Thanks Daniel. This is really helpful. It's just that "Column from Examples" in Edit Queries, works differently. :)