AVERAGE

AVERAGE Returns the average (arithmetic mean) of all the numbers in a column.


Syntax

AVERAGE(column)

Parameters

column – The column that contains the numbers for which you want the average.

Return Value

Returns a decimal number that represents the arithmetic mean of the numbers in the column.


Reference Data

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

DAX Functions / Statistical Functions / AVERAGE