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
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.
Anonymous
6 years agoNot applicable
Probably would actually.
BR,
DR