Forum Discussion
How to use the OR Operator with DAX
- 9 years ago
Hi,
It seems something is wrong with the other part of your formula. Please post your formula here. You can replace the confidential part. Or maybe you can try operator “in” like this: 'Product'[Product Line Identifier] in {“6J”, “2C”, “KV”} (Values in brace).
Best Regards!
Dale
Thanks for your reply
However it does not work.
My Table is "Product"
My field is "Product Line Identifier"
May I need to add a function like EVALUATE ?
Thanks
Muriel
Additional Informations
Those are columns ( Not measures)
I need to select lot of different Values of Product Line Identifier.
Howeer, when I sue the Equal Operator and select on the drop down list all the different values I need, it does not work.
That's why I try to cover it thru another way but i'm not enough knowledgeable in DAX to generate a correct OR Expression.
Thanks
Muriel
- Anonymous9 years agoNot applicable
Formula? I can't tell you what to change if I can't see what it is.