Greater than or equal to (>=) DAX Operator
The “greater than or equal to” operator >= returns TRUE when the first argument is greater than or equal to 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 or equal to” operator.
Sales[Quantity] >= 1 Customer[First Letter] >= "R"
Last update: Aug 9, 2022 » Contribute » Show contributors
Contributors: Alberto Ferrari, Marco Russo