Forum Discussion

Apple08's avatar
Apple08
Icon for Helper IV rankHelper IV
3 years ago

Lookup multiple values in a column

Hi All

 

I need a DAX to look up the values in column A then create another column B as shown below.  

 

I know I can use if(search in DAX however I just wonder is there a quicker way like something to group them with 'Or', e.g. if(or(search"Apple", "apple").... to be more effective?  Many thanks.

 

Column AColumn B
AppleApple
appleApple
BoyBoy
boy is playingBoy
GirlGirl
Playing (girls)Girl
I prefer not to sayNot known
Not knownNot known
OtherOther

5 Replies