OPENINGBALANCEYEAR is a DAX function that evaluates an expression for the date corresponding to the end of the previous year after applying specified filters.
Syntax
OPENINGBALANCEYEAR(
Expression,
Dates,
Filter,
YearEndDate
)
Argument | Properties | Description |
---|---|---|
Expression | The expression to be evaluated. | |
Dates | The name of a column containing dates or a one column table containing dates. | |
Filter | Optional | A boolean (True/False) expression or a table expression that defines a filter. |
YearEndDate | Optional | End of year date. |