MEDIANX is a DAX function that returns the 50th percentile of values resulting from evaluating an expression for each row in a table.
Syntax
MEDIANX(
Table,
Expression
)
Argument | Properties | Description |
---|---|---|
Table | Table over which the Expression will be evaluated. | |
Expression | Expression to evaluate for each row of the table. |