Equal to (=) DAX Operator
The “equal to” operator = returns TRUE when the two arguments have the same value.
This operator does not perform any implicit conversion between strings and numbers.
The following are valid expressions using the “equal to” operator.
Product[Color] = "Red" Sales[Quantity] = 1
Last update: Sep 12, 2018 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo