How do you calculate running total in DAX?
DAX 101: Computing running totals in DAX
For each month, this returns the aggregated value of all sales in that month plus all previous months within the same calendar year: DATESYTD resets every year. If the goal is to sum values over more than one year, then DATESYTD is no longer useful.