PERCENTILE.INC

PERCENTILE.INC Returns the k-th percentile of values in a range, where k is in the range 0..1, inclusive.


Syntax

PERCENTILE.INC(column, k)

Parameters

column – A column containing the values that define relative standing.
K – The percentile value in the range 0..1, inclusive.

Return Value

The k-th percentile of values in a range, where k is in the range 0..1, inclusive.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Statistical Functions / PERCENTILE.INC