Values_0.PercentileAggregationSourceAn aggregation based on the percentile of values in a dimension or measure.
type nonrec t = {percentileValue : PercentileValue.t option;The percentile value. This value can be any numeric constant 0–100. A percentile value of 50 computes the median value of the measure.
*)}