EARLIEST is a DAX function that returns the value in the column from the very first row context.
Syntax
EARLIEST( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | The column that contains the desired value. |
EARLIEST is a DAX function that returns the value in the column from the very first row context.
EARLIEST( ColumnName )
Argument | Properties | Description |
---|---|---|
ColumnName | The column that contains the desired value. |
A column with filters removed.
The EARLIEST function is similar to EARLIER, but lets you specify one additional level of recursion.
This function is not supported for use in DirectQuery mode when used in calculated columns or row-level security (RLS) rules.
The current sample data does not support this scenario.
= EARLIEST(<column>)
Other functions related to EARLIEST are:
2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy