AVERAGEX is a DAX function that calculates the average (arithmetic mean) of a set of expressions evaluated over a table.
Syntax
AVERAGEX(
Table,
Expression
)
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. |