Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 225 Bytes

04.Statistical Functions in DAX.md

File metadata and controls

7 lines (4 loc) · 225 Bytes

Statistical Functions in DAX

AVERAGE : Arithmetic Mean of the column values.

AVERAGEA : Handles Text, Boolean and Non Numeric Data.

AVERAGEX : Iterate over each row of the table and calculates Average.