Forum Discussion
Anonymous
6 years agoNot applicable
DAX Switch True
I am using a Switch True evaluation and am getting all results back in the expected manner, with the exception of one item. I have tried moving the line to a different spot in the evaluation, but the...
Anonymous
6 years agoNot applicable
It's easy to troubleshoot. Make each and every condition into its own calculated column and output its value. You'll see then exactly what you get from each condition on the lines you think the SWITCH is not working. I assure you that it's a problem with your logic, not with SWITCH.
Best
D
Best
D
Anonymous
6 years agoNot applicable
So, I took the same exact logic and entered it as it's own calculated column and it gave the expected result. I did not change anything in the logic, just put it by itself. So, what's next? If I put it back in with the other statements, it's still not working, even though it is by itself.