EARLIEST Function (DAX)

Returns the current value of the specified column in an outer evaluation pass of the specified column.

Syntax

EARLIEST(<column>)

Parameters

Term

Definition

column

A reference to a column.

Property Value/Return Value

A column with filters removed.

Remarks

The EARLIEST function is similar to EARLIER, but lets you specify one additional level of recursion.

Example

The current sample data does not support this scenario.

=EARLIEST(<column>)

See Also

Reference

Other Resources