Forum Discussion
Anonymous
6 years agoNot applicable
DAX expression error
Can somebody please help with below mentioned error?
- Anonymous6 years ago
I can't see the data and don't know your data but try without the filter like:
CALCULATE(COUNT([DocumentID]),[ownsalestaxid]="")
Let me know the outcome.
BR,
DR
mader
6 years agoFrequent Visitor
Hi.
Verify if all of the columns you are comparing to "" are with data type Text.
If you do not wish to change data type then the logic of comparing to blank should be changed.
Consider using ISBLANK(<value>)