percentileOver
The percentileOver
function calculates the nth
percentile of a measure partitioned by a list of dimensions. There are two varieties of
the percentileOver
calculation available in Quick Suite:
-
percentileContOver uses linear interpolation to determine result.
-
percentileDiscOver uses actual values to determine result.
The percentileOver
function is an alias of
percentileDiscOver
.