Aggregation Flashcards
Function
Description
APPROXIMATEDISTINCTCOUNT
Returns anestimatedcount of unique values in a column.
AVERAGE
Returns the average (arithmetic mean) of all the numbers in a column.
AVERAGEA
Returns the average (arithmetic mean) of the values in a column.
AVERAGEX
Calculates the average (arithmetic mean) of a set of expressions evaluated over a table.
COUNT
Counts the number of rows in the specified column that contain non-blank values.
COUNTA
Counts the number of rows in the specified column that contain non-blank values.
COUNTAX
Counts non-blank results when evaluating the result of an expression over a table.
COUNTBLANK
Counts the number of blank cells in a column.
COUNTROWS
Counts the number of rows in the specified table, or in a table defined by an expression.
COUNTX
Counts the number of rows that contain a number or an expression that evaluates to a number, when evaluating an expression over a table.
DISTINCTCOUNT
Counts the number of distinct values in a column.
DISTINCTCOUNTNOBLANK
Counts the number of distinct values in a column.
MAX
Returns the largest numeric value in a column, or between two scalar expressions.
MAXA
Returns the largest value in a column.