> For the complete documentation index, see [llms.txt](https://docs.tabula.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tabula.io/data-transformation/formulas/aggregate-functions/percentile.md).

# Percentile

Gets the value at a given percentile of the numeric column

```mathematica
Percentile(column1, 0.5) → 625
Percentile(column2, 0.0) → 1
```

#### Inputs

`Percentile(column, percentile)`

* `column` - A column to get the percentile for
* `percentile` - The percentile of the value to find. The percentile must be a constant between 0.0 and 1
