AVERAGEA

The AVERAGEA function returns the arithmetic mean of the values in a column considering texts and non-numeric values.

Submitted by admin on Wed, 01/09/2019 - 20:06

USERNAME

The USERNAME function returns the domain and name of the user from the credentials given to the system at the time of connection.

Submitted by admin on Wed, 01/09/2019 - 19:42

GROUPBY

The GROUPBY function is similar to the SUMMARIZE function but only supports iterative functions (SUMX, MINX, etc.) since an implicit CALCULATE is not executed on expressions. The groups formed are not affected by the filter context.

Submitted by admin on Tue, 01/08/2019 - 15:40

CALCULATETABLE

The CALCULATETABLE function evaluates an expression that generates a table in a context modified by the filters passed as arguments.

Submitted by admin on Sat, 01/05/2019 - 17:54

PRODUCTX

The PRODUCTX function returns the product of the values taken by an expression that is evaluated for all rows in a table.

Submitted by admin on Sat, 01/05/2019 - 14:37

SELECTEDVALUE

The SELECTEDVALUE function returns the content of the indicated column when the context has reduced the number of distinct values to one. Otherwise it returns the alternative value or Blank if it has not been added as an argument.

Submitted by admin on Fri, 01/04/2019 - 19:16