Forum Discussion
How can I fix this error in DAX code?
Experts, please help to fix the DAX code on the below error. I need to keep this Calculated Column in Matrix visual to include in the Rows group.
Anonymous , Customer total order is number type and NA is text
to either change to text like examples
[Customer total order] & ""
or
format([Customer total order], "###,###")
or use blank() in place of N/A
- Anonymous4 years ago
Wow, It's been fixed with your second one. that's great suggestions and quick fix from you. That's the reason tagged you 🙂
3 Replies
- AnonymousNot applicable
amitchandak SpartaBI pls help
- amitchandakSuper User
Anonymous , Customer total order is number type and NA is text
to either change to text like examples
[Customer total order] & ""
or
format([Customer total order], "###,###")
or use blank() in place of N/A
- AnonymousNot applicable
Wow, It's been fixed with your second one. that's great suggestions and quick fix from you. That's the reason tagged you 🙂