Subtraction (-) DAX Operator
The subtraction operator – subtracts the second argument from the first one.
Any argument passed as a string is automatically converted into a number.
The following two expressions are equivalent.
10 - 4 "10" - "4"
Last update: Sep 12, 2018 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo