EARLIEST

Updated on

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.

Return Values

A column with filters removed.

Remarks

  • 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.

Example

The current sample data does not support this scenario.

= EARLIEST(<column>)

Other functions related to EARLIEST are:

Contribute » | Contributors: Rick de Groot
Microsoft documentation: https://learn.microsoft.com/en-us/dax/earliest-function-dax

2023-2024 © BI Gorilla. All rights are reserved. Information from Microsoft docs is property of Microsoft Corp. | Privacy Policy