OR is a DAX function that returns TRUE if any of the arguments are TRUE, and FALSE only if all arguments are FALSE.
Syntax
OR(
Logical1,
Logical2
)
Argument | Properties | Description |
---|---|---|
Logical1 | The logical values you want to test. | |
Logical2 | The logical values you want to test. |