Forum Discussion
PaulDBrown
6 years agoCommunity Champion
BLANK 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
6 years agoNot applicable
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!
PaulDBrown
6 years agoCommunity Champion
Thanks everyone for looking into this. It makes sense (sort of... intuitively I assumed that a blank was a no-value) and goes to show that you learn new things every day.
I solved it easily using an IF statement combined with ISBLANK.
All the best toyou all!