Forum Discussion
MasterSonic
Helper IV
3 years agoAdd 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...
- 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())
MasterSonic
Helper IV
3 years agoThanks for your help, but it doesn't work.
I did find this working :
DAX Column = IF (CONTAINSSTRING('Table'[String], "TRA"), "TRA" ,BLANK())