RELATED
Returns a related value from another table.
Returns a related value from another table.
Modifies how filters are applied while evaluating a CALCULATE or CALCULATETABLE function.
Returns TRUE when columnName is being filtered directly. If there is no filter on the column or if the filtering happens because a different column in the same table or in a related table is being filtered then the function returns FALSE.
Returns TRUE when columnName or another column in the same or related table is being filtered.
Returns TRUE when the context for columnName has been filtered down to one distinct value only. Otherwise is FALSE.
Returns TRUE when the number of directly filtered values on columnName is one; otherwise returns FALSE.
Returns the values that are directly applied as filters to columnName.
Returns a table that represents a subset of another table or expression.
Returns the current value of the specified column in an outer evaluation pass of the specified column.
Returns the current value of the specified column in an outer evaluation pass of the mentioned column.
EARLIER is useful for nested calculations where you want to use a certain value as an input and produce calculations based on that input. In Microsoft Excel, you can do such calculations only within the context of the current row; however, in DAX you can store the value of the input and then make calculation using data from the entire table.
EARLIER is mostly used in the context of calculated columns.