PERCENTILEX.EXC is a DAX function that returns the exclusive k-th percentile of values resulting from an expression evaluated for each row in a table.
Syntax
PERCENTILEX.EXC(
Table,
Expression,
K
)
Argument | Properties | Description |
---|---|---|
Table | Table over which the Expression will be evaluated. | |
Expression | Expression to evaluate for each row of the table. | |
K | Desired percentile value in the interval [1/(n+1),1-1/(n+1)], where n is a number of valid data points. |