Greater than (>) DAX Operator
The “greater than” operator > returns TRUE when the first argument is greater than the second argument.
This operator does not perform any implicit conversion between strings, numbers, and Boolean values.
The following are valid expressions using the “greater than” operator.
Sales[Quantity] > 0 Customer[First Letter] > "R"
Last update: Aug 9, 2022 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo