Division (/) DAX Operator
The division operator / divide the numerator by the denominator, generating an error in case of a division by zero.
The DIVIDE function is different, because it provides an alternate result in case of a division by zero.
Any argument passed as a string is automatically converted into a number.
The following two expressions are equivalent.
20 / 4 "20" / "4"
Last update: Feb 5, 2021 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo