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

# MAX

MAX( `value_1`, `[value_2...]` )

Returns the maximum numerical value in a list, ignoring any blank values.

### Arguments

| Argument       | Description                                                                                                               |
| -------------- | ------------------------------------------------------------------------------------------------------------------------- |
| `value 1`      | numeric column or value                                                                                                   |
| `[value 2...]` | Optional. Column(s) to be included in the calculation; will output a row-wise calculation when this argument is provided. |

### Outputs

Numerical maximum of values provided

### Examples

{% embed url="<https://datawrapper.dwcdn.net/Ir1kQ/1/>" %}
