Forum Discussion
t-irp
3 years agoNew Member
Another DAXComparison Operations Do Not Support Comparing Values Of Type Integer With Type Text
Hello, I did a search and found a similar post but despite my efforts to solve my own issue, I am blocked and could use some guidance. I did follow the steps in that other post, which were quite c...
- 3 years ago
I made a lot more progress. It seems that the value 1000 is a string, not a number.
This
ReportValue (DAX) = Switch(TRUE(), FORMAT(GL_BALANCE_MC[Cost_Center],"Standard") = FORMAT(1000,"Standard"), "Cash")
gets me past the error. Hopefully it helps someone
- 3 years ago
Sorry for the late reply, = the issue was that "1000" needed to be a string for whatever reason.