GEOMEANX

GEOMEANX Returns the geometric mean of an expression evaluated for each row in a table.


Syntax

GEOMEANX(table, expression)

Parameters

table – The table containing the rows for which the expression will be evaluated.
expression – The expression to be evaluated for each row of the table.

Return Value

To return the geometric mean of the numbers in a column, use GEOMEAN function (DAX).


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Statistical Functions / GEOMEANX