MAXX is a DAX function that returns the largest value resulting from evaluating an expression for each row in a table.
Syntax
MAXX(
Table,
Expression,
Variant
)
Argument | Properties | Description |
---|---|---|
Table | The table containing the rows for which the expression will be evaluated. | |
Expression | The expression to be evaluated for each row of the table. | |
Variant | Optional | If true, maximum value in col will be same as order by variant desc column. Default is false. |