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
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
- Anonymous6 years agoNot applicable
This doesn't work without selecting table name.
Mandatory fields missing = CALCULATE(COUNT('BOT Output'[Document ID]); 'BOT Output'[ownsalestaxid] = "" )column [ownsalestaxid] is of type text.