TOTALQTD

TOTALQTD Evaluates the value of the expression for the dates in the quarter to date, in the current context.


Syntax

TOTALQTD(expression,dates[,filter])

Parameters

Expression – An expression that returns a scalar value.

Dates – A column that contains dates.

Filter – (optional) An expression that specifies a filter to apply to the current context.

Return Value

A scalar value that represents the expression evaluated for all dates in the current quarter to date, given the dates in dates.


Reference Data

https://docs.microsoft.com/en-us/dax/dax-function-reference

DAX Functions / Time Intelligence Functions / TOTALQTD