MAX

Returns the largest value from a set of numbers or node references to identify maximum results in a dataset.

The MAX function returns the largest number from a set of values. It evaluates the provided numbers or node references and identifies the highest value among them. This function is commonly used in data analysis to determine maximum values, peaks, or top-performing results within a dataset.

Syntax

MAX (value1,[value2]....)

Arguments

value1 - The numbers or names, arrays, or references that contain numbers (Required).

value2... - The numbers or names, arrays, or references that contain numbers (Required).

Example

MAX (COLUMN1,COLUMN2,COLUMN3)

In the example below, the Max Values measure is created using the MAX function, which returns the largest value among MEASURE 1, MEASURE 2, and MEASURE 3.

Applying MAX Function

Excel Equivalent

MAXarrow-up-right

Last updated

Was this helpful?