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