EARLIEST Function (DAX)
Returns the current value of the specified column in an outer evaluation pass of the specified column.
EARLIEST(<column>)
Parameters
| Term | Definition |
|---|---|
| column | A reference to a column. |
A column with filters removed.
The EARLIEST function is similar to EARLIER, but lets you specify one additional level of recursion.
The current sample data does not support this scenario.
=EARLIEST(<column>)
Community Additions
ADD
Show: