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
Anonymous
6 years agoNot applicable
and I am creating a measure here.
Anonymous
6 years agoNot applicable
What should the card visual show and do you have some sample data?
- Anonymous6 years agoNot applicable
The card visual should show the no of documents where ownsalestaxid is blank.
- mader6 years agoFrequent Visitor
Hi.
What values are actually calculated on those bad cases ? - Anonymous6 years agoNot applicable
In that case you could just use;
Measure = COUNTBLANK('BOT Output'[ownsalestaxid])Or am i thinking too simple here? This works in my test file.- Anonymous6 years agoNot applicable
Probably would actually.
BR,
DR