Forum Discussion
ADP007
Helper IV
9 years agoTOTALYTD not working
Hi,
Really can't figure out why TOTALYTD is not working. Have seen the tutorial, read the posts here but can't get it to work.
I'm trying to have a running sum for each month.
Any help is more than welcome
David
YTD = TOTALYTD(sum(Query1[SaleNetNet]);Query1[InsertionDate_dt];all(Query1[InsertionDate_dt]))
35 Replies
- AnonymousNot applicable
Try without the last part:
YTD = TOTALYTD(sum(Query1[SaleNetNet]);Query1[InsertionDate_dt])
- ADP007
Helper IV
Same result. Have the same also when using CALCULATE function.
Thanks
D.
- AnonymousNot applicable
Wait. Now I see.
The problem is that you don't use CalendarTable
Do you have one in your model?