Software: MS Excel 2016 Power Pivot
TOTALYTD acts as sum for each time period rather than a cumulative.
I have a separate Calendar table in Power Pivot and I created relationship with my main table.
Here is the formula
YTD_Matches:=TOTALYTD(sum(Complete_Detailed_Incidents[Matches]),'Calendar'[Date])
When I create Pivot, below is what it looks like. How to fix this?