Forum Discussion
Anonymous
7 years agoNot applicable
DAX IF OR with multiple conditions
Hello, I have this formula in the custom column formula if(OR([AR Failure Mode 1] = [QC Failure Mode 1], [AR Failure Mode 1] = [QC Failure Mode 2], [AR Failure Mode 1] = [QC F...
- 7 years ago
Anonymous
I am not sure I correctly understood your issue.
Is this what you are looking for?
gpiero
Skilled Sharer
7 years agoAnonymous
I am not sure I correctly understood your issue.
Is this what you are looking for?
- blodus2 years ago
Advocate IV
Just when I thought PBI couldn't get any stupider.
Who comes up with these stupid OR() and AND() functions that are useless?
Why would anyone ever use the stupid OR() and AND() functions when you can use || and && ?