Forum Discussion
Calendar since Sept Update
Hi codyraptor,
The updates of Power BI Desktop are good. It's something wrong with your formula. The third parameter of TOTALYTD is a filter that would change the current context.
Fee Collected 3 months ago =
TOTALYTD (
SUM ( Dispatch[Fee Collected] ),
'Calendar'[Date],
DATEADD ( 'Calendar'[Date], -3, MONTH )
)And it means moving back three months. Therefore, if these altered dates aren't in your Calendar, they will return blanks and hide in default.
1. In my test, the first date is 2007-01-01. The three months are missed. If we see the year 2008, all the months are there.
2. If we turn on "Show items with no data", we can see the missed months.
3. I tested it in Desktop June, it's the same.
Best Regards!
Dale
- codyraptor8 years agoResolver I
I'm not sure I understand how the issue is the formula...or I'm not understanding how the formula is working. What should happen is I should receive a year to date as of 3 months ago....so Jan - Jul. The values I'm receiving are correct and the calculation is working...but the months in my calendar are removing the 1st 3 months rather than Aug - Oct. My calendar does not have any missing dates...so I'm not quite sure I follow.