OPENINGBALANCEQUARTER is a DAX function that evaluates an expression for the date corresponding to the end of the previous quarter after applying specified filters.
Syntax
OPENINGBALANCEQUARTER(
Expression,
Dates,
Filter
)
| 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. |