Status | Function | Description |
|---|---|---|
Not started | APPROXIMATEDISTINCTCOUNT | Returns an estimated count of unique values in a column. |
Not started | AVERAGE | Returns the average (arithmetic mean) of all the numbers in a column. |
Not started | AVERAGEA | Returns the average (arithmetic mean) of the values in a column. |
Not started | AVERAGEX | Calculates the average (arithmetic mean) of a set of expressions evaluated over a table. |
Not started | COUNT | Counts the number of rows in the specified column that contain non-blank values. Does not support Boolean values. |
Not started | COUNTA | Counts the number of rows in the specified column that contain non-blank values. Supports Boolean values. |
Not started | COUNTAX | Counts non-blank results when evaluating the result of an expression over a table. |
Not started | COUNTBLANK | Counts the number of blank cells in a column. |
Not started | COUNTROWS | Counts the number of rows in the specified table, or in a table defined by an expression. |
Not started | 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. |
Not started | DISTINCTCOUNT | Counts the number of distinct values in a column. |
Not started | DISTINCTCOUNTNOBLANK | Counts the number of distinct values in a column. |
Not started | MAX | Returns the largest numeric value in a column, or between two scalar expressions. |
Not started | MAXA | Returns the largest value in a column. |
Not started | MAXX | Evaluates an expression for each row of a table and returns the largest numeric value. |
Not started | MIN | Returns the smallest numeric value in a column, or between two scalar expressions. |
Not started | MINA | Returns the smallest value in a column, including any logical values and numbers represented as text. |
Not started | MINX | Returns the smallest numeric value that results from evaluating an expression for each row of a table. |
Not started | PRODUCT | Returns the product of the numbers in a column. |
Not started | PRODUCTX | Returns the product of an expression evaluated for each row in a table. |
Not started | SUM | Adds all the numbers in a column. |
Not started | SUMX | Returns the sum of an expression evaluated for each row in a table. |