PERCENTILEX.INC is a DAX function that returns the inclusive k-th percentile of values resulting from an expression evaluated for each row in a table.
Syntax
PERCENTILEX.INC(
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 [0,1]. |