Forum Discussion

Blaired79's avatar
Blaired79
New Member
2 years ago
Solved

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...
  • Blaired79's avatar
    2 years ago

    I found the issue, the measure and column will only work on whole numbers not decimals.