Addition (+) DAX Operator
The addition operator + can be used as a unary or binary operator.
As a unary operator, it simply returns the operand.
As a binary operator, it sums two numbers.
Any argument passed as a string is automatically converted into a number.
The following two expressions are equivalent.
6 + 4 "6" + "4"
Last update: Aug 18, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo