Forum Discussion
Blaired79
2 years agoNew Member
Wrong value returned
I am using this Dax statement in a columnto return a text value based on a decimal but it always returns the false value of nothing. Where have I gone wrong? Rating2 = SWITCH( TRUE(), [Tot...
- 2 years ago
I found the issue, the measure and column will only work on whole numbers not decimals.
sukhmanKaur
2 years agoRegular Visitor
The DAX statement is working perfectly fine. I have attached the sample below.