TOTALQTD is a DAX function that evaluates an expression over the quarter-to-date period based on a specified date column and filters.
Syntax
TOTALQTD(
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. |