Forum Discussion

AsalN's avatar
AsalN
New Member
3 years ago
Solved

New Measure For Column Data Replacement

Hi, I have a column of data that specifies shift/crew A, B, or C for different manufactured products and I would like to create a New Measure to replace A, B, and C with 1, 2, and 3 instead. I used t...
  • Anonymous's avatar
    Anonymous
    3 years ago

    hHi AsalN ,

    There doesn't seem to be anything wrong with this Measure.

    I have also created a column.

    Column = SWITCH(RS[Crew],"A",1,"B",2,"C",3)

     

    How to Get Your Question Answered Quickly 

     

    If it does not help, please provide more details with your desired output and pbix file without privacy information (or some sample data) .

     

    Best Regards
    Community Support Team _ Rongtie

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.