Skip to main content
Returns the maximum value in the specified column Category: aggregate Syntax:
Max([column])
Returns: Any Context Filtering: ✗ No

Parameters

NameTypeRequiredDescription
columncolumn✓ YesThe column to find the maximum value

Validation

  • Minimum parameters: 1
  • Maximum parameters: 1

Examples

Max([Price])
Returns the highest price
Last modified on March 13, 2026