Forum Discussion

MasterSonic's avatar
MasterSonic
Icon for Helper IV rankHelper IV
3 years ago
Solved

Add column and return values from other column but...

Hi there, Having a following table Code Group Color Hue 101 PT-15 Green Blue 102 PT-14 Yellow Red 103 CC-11   Dark 104 BA-10 Black     I would like to add another...
  • MasterSonic's avatar
    3 years ago

    Thanks for your help, but it doesn't work.

     

    I did find this working :

    DAX Column = IF (CONTAINSSTRING('Table'[String], "TRA"), "TRA" ,BLANK())