PERCENTILE.INC is a DAX function that returns the inclusive k-th percentile of values in a column.
Syntax
PERCENTILE.INC(
Column,
K
)
Argument | Properties | Description |
---|---|---|
Column | A column containing the values. | |
K | Desired percentile value in the interval [0,1]. |