AVERAGE DAX Function

The AVERAGE functions returns the average(arithmetic mean) of all the numbers in a column.

DAX Syntax AVERAGE([column])

Example: The following expression calculates the average of the column 10th Marks.

DAX

Average of 10th marks = AVERAGE([10th Marks])
AVERAGE dax function