Dax Function 1691309897
Dax Function 1691309897
Functions and
Concepts in Power BI
The CALCULATE function modifies the filter context for a given expression. It
allows you to apply additional filters or conditions to a calculation.
Example: Calculate total sales for the year 2023, regardless of any filters on the
visual:
Formula: EARLIER(<expression>)
The EARLIER function is used to refer to a value in an outer
evaluation context, usually within iterating functions.
Example: Calculate the cumulative profit for each product up to
the current row: