> ## Documentation Index
> Fetch the complete documentation index at: https://docs.anlytic.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Max

Returns the maximum value in the specified column

**Category:** `aggregate`

**Syntax:**

```
Max([column])
```

**Returns:** `Any`

**Context Filtering:** ✗ No

## Parameters

| Name     | Type     | Required | Description                          |
| -------- | -------- | -------- | ------------------------------------ |
| `column` | `column` | ✓ Yes    | The column to find the maximum value |

## Validation

* Minimum parameters: 1
* Maximum parameters: 1

## Examples

```
Max([Price])
```

Returns the highest price
