AVERAGEA is a DAX function that returns the average (arithmetic mean) of values in a column, handling text and non-numeric values.
Syntax
AVERAGEA( ColumnName )
| Argument | Properties | Description |
|---|---|---|
| ColumnName | A column that contains the values for which you want the average. |