Skip to content

Percentile Aggregate Functions #13

@bjovanovic84

Description

@bjovanovic84

Is your feature request related to a problem? Please describe.
It would be very useful to add a percentile aggregation function, in addition to the standard min, max, avg. When performing analysis it's often a requirement to report p95, p99 values, it's not easy to do so right now.

Describe the solution you'd like
Adding something like [MIN|MAX]_PCT(<percentile>, <column>) would be ideal, to be used like MAX_PCT(99, value), MIN_PCT(20, value) etc.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions