DAX Function Guide

GEOMEAN
Empty image or helper icon

Sam McKay

CEO & Founder

How does the GEOMEAN work?
GEOMEAN function returns the geometric mean of the numbers in a column.
GEOMEAN Formula Syntax
GEOMEAN (<column>)
How do you use the GEOMEAN?

Only the numbers in the column are counted. Blanks, logical values, and text are ignored.

Related Blog Posts

Loading

Considerations when using the GEOMEAN?

GEOMEAN( Table[Column] ) is equivalent to GEOMEANX( Table, Table[Column] )

To return the geometric mean of an expression evaluated for each row in a table, use GEOMEANX function (DAX).

Related Video Tutorials

Loading

Formula examples using the GEOMEAN
=GEOMEAN( Investment[Return] )
Related Courses

Loading