Forum Discussion
valerial
Helper I
6 years agoMultiple conditions in a column dax
I am trying to select multiple values within one text and write mulitple ifs within one column something like this.. but this does not work how do i do this if ([ACCOUNTNUM] = “B30001,B34123” an...
- 6 years ago
v-juanli-msft
Community Support
6 years agoHi valerial
I don't see column name in the left of the "=", it should be there.
also, you need add one more ")" at the end of the formula.
Best Regards
Maggie
valerial
Helper I
6 years ago
Hi Maggie. Now I have this issue above.