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