Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
9 years ago
Solved

Dax Statement Help - Multiple IF Statements

In my dataset, I have a column with multiple text values.  I am looking for assistance with a DAX statement that will allow me to change the values (in a new column) to something more description.  F...
  • vanessafvg's avatar
    vanessafvg
    9 years ago

    Anonymous

     

    New Column = 

    Switch (Position[Formal]),

    "B", "Blue",

    "R", "Red",

    "Y", "Yellow",

    "Other")