Excel DAX - Operators



The following table lists some DAX operators.

Operator Type Symbol Use
Parenthesis Operators () Precedence order and grouping of argument
Arithmetic Operators + Addition
- Subtraction/ Sign
* Multiplication
/ Division
^ Exponentiation
Comparison Operators = Equal to
> Greater than
< Less than
>= Greater than or equal to
<= Less than or equal to
<> Not equal to
Text Concatenation Operator & Concatenation
Logical Operators && AND
|| OR

DAX operators and Excel operators behave in a similar way with some exceptions. You will learn more about DAX operators in the chapter - DAX Operators.

excel_dax_syntax.htm
Advertisements