CLOSINGBALANCEQUARTER DAX Function

The CLOSINGBALANCEQUARTER function evaluates the expression at the last date of the quarter in the current context.

DAX Syntax CLOSINGBALANCEQUARTER(Expression, Dates[,Filter])

The function has the following parameters:

Example: Create a measure.

DAX

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