You are on page 1of 7

ANKIT YADAV

DAX
OPERATORS
SYMBOL, USES &
EXAMPLES

@ankityadav.info
ANKIT YADAV

1 Parenthesis

Symbol Use Example


Precedence order
() and grouping of (5 + 3) * 3
arguments

@ankityadav.info
ANKIT YADAV

2 Arithmetic

Symbol Use Example

+ Addition 4+3

Subtraction/
- negation
5–2

* Multiplication 4*4

/ Division 4/2

@ankityadav.info
ANKIT YADAV

3 Comparison

Symbol Use Example

= Equal to [State] = "Delhi"


<> Not equal to [State] <> "Delhi"
> Greater than [Quantity] > 0
Greater than or
>= [Quantity] >= 100
equal to
< Less than [Quantity] < 0
Less than or
<= [Quantity] <= 100
equal to

@ankityadav.info
ANKIT YADAV

4 Logical

Symbol Use Example


AND condition
between two [State] = "Delhi"
&& Boolean && [Quantity]>0
expressions
OR condition
between two [State] ="Delhi" ||
|| Boolean [Quantity] > 0
expressions

@ankityadav.info
ANKIT YADAV

5 Text concatenation

Symbol Use Example

Concatenation of "Value is " &


& strings [Amount]

@ankityadav.info
ANKIT YADAV
www.ankityadav.info

FOLLOW US
For Such Amazing
Content
@ankityadav.info

Like, Comment and Share

You might also like