Forum Discussion
Anonymous
5 years agoNot applicable
Difference between blank and empty in advanced filtering
Hi everyone, I'm seeing a new dropdown option in the advanced filtering of dimensions. What's the difference between "blank" and "empty"?
- 5 years ago
Kudo for your eagle eyes - this is a new setting in the service. BLANK is the equivalent of null, while "empty" is the equivalent of "" (an empty string).
lbendlin
3 years agoSuper User
ISBLANK() refers to scalar values (individual cells). ISEMPTY() refers to tables. In DAX "everything is a table" - some just happen to be single column single row tables.
joglidden2
3 years agoPost Patron
Really.?. That's not a good paradigm, IMO. Why would they limit the product like that? As if scalar values have no utility. As in, y'know, linear algebra n'stuff. How interesting, and good to keep in mind. Interesting.