Syntax
TOTALMTD(<expression>,<dates>[,<filter>])
Tutorial with example
Let’s go through Year to date, Quater to date and Month to date functions available in DAX!
Keynotes:
00:26 TOTALYTD function in DAX
07:18 TOTALMTD function in DAX
11:22 TOTALQTD function in DAX

Download example file:
Link to Power BI file here.
Remarks
The dates argument can be any of the following:
- A reference to a date/time column,
- A table expression that returns a single column of date/time values,
- A Boolean expression that defines a single-column table of date/time values.
Was this helpful?
Leave a Reply