OPENINGBALANCEYEAR DAX Function in Power BI

The OPENINGBALANCEYEAR DAX Function evaluates the expression at the first date of the year in the current context.

DAX Syntax OPENINGBALANCEYEAR(expression, dates[, filter][, year_end_date])

The function has the following parameters:

Example: Let's create a measure with name "OPENINGBALANCEYEAR Measure".

DAX

OPENINGBALANCEYEAR Measure = OPENINGBALANCEYEAR(SUM('Students List'[10th Marks]),'Students List'[Dates])

The output of the measure is shown below:

OPENINGBALANCEYEAR dax function in Power BI