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
One of the columns used is a number format, and others are text. As stated in the error you can use the value or format function to make it to text in this expression.