Forum Discussion
Anonymous
7 years agoNot applicable
DAX help - IF statement
Hello I am wanting to add a conditional column in my dataset so it checks for the following outcomes. The column would then be a Match or Non Match. So something like IF(AND(?? See below outcomes. ...
Greg_Deckler
7 years agoCommunity Champion
You could do it that way but using && and || is cleaner in my opinion. And you might consider SWITCH
- Anonymous7 years agoNot applicable
Can you give me an example of how I could use it Greg?