GEOMEANX is a DAX function that returns the geometric mean of an expression evaluated for each row in a table.
Syntax
GEOMEANX(
Table,
Expression
)
Argument | Properties | Description |
---|---|---|
Table | Table over which the Expression will be evaluated. | |
Expression | Expression to evaluate for each row of the table. |