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
HotChilli
Community Champion
6 years agoThe code has to be very explicit with the logic test
If I was you , I would get the account code bit working first then introduce the balance test.
Is this an 'OR' test?
if ([ACCOUNTNUM] = “B30001" OR [ACCOUNTNUM] = "B34123” ,