CLOSINGBALANCEYEAR DAX Function

The CLOSINGBALANCEYEAR function evaluates the expression at the last date of the year in the current context.

DAX Syntax CLOSINGBALANCEYEAR(Expression, Dates[, Filter][, Year_end_date])

The function has the following parameters:

Example: Create a measure.

DAX

The CLOSINGBALANCEYEAR function = CLOSINGBALANCEYEAR(SUM(Sheet8[Annual Income]),'Sheet8'[Year])
CLOSINGBALANCEYEAR dax function