Forum Discussion
PaulDBrown
Community Champion
6 years agoBLANK greater than an integer?
Hi all, Can anyone confirm that a BLANK value is computed as greater than a value? I have a measure which compares two values, to be used in conditional formatting. My surprise arises when I se...
- Anonymous6 years ago
In Dax Blank equivalent to Zero only when the data type is Numbers.
For other data types(Date, Text), a blank is just a blank.
Paul Zheng
Don't forget to hit THUMBS UP and mark it as a solution if it helps you!
Anonymous
1 year agoNot applicable
What I really do not understand is how come this is not seen as a bug? A Zero/False() is a valid value and it is not the same as a BLANK/NULL as this means no value at all. Surely this is a bug!