ISONORAFTER is a DAX function that returns TRUE for a row that meets all specified conditions, emulating the behavior of the Start At clause.
Syntax
ISONORAFTER(
[ Value1, ... ],
[ Value2, ... ],
[ Order, ... ]
)
Argument | Properties | Description |
---|---|---|
Value1 | Repeatable | Expression to be compared with second parameter. |
Value2 | Repeatable | Expression to be compared with first parameter. |
Order | Optional, Repeatable | The order to be applied. 0/FALSE/DESC – descending; 1/TRUE/ASC – ascending. |