Multiplication (*) DAX Operator
The multiplication operator * multiply two numbers.
Any argument passed as a string is automatically converted into a number.
The following two expressions return the same result.
5 * 4 "5" * "4"
Last update: Aug 8, 2022 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo