MAXX

MAXX Evaluates an expression for each row of a table and returns the largest value.


Syntax

MAXX(table,expression)

Parameters

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.

Return Value

The largest value.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Statistical Functions / MAXX