Please note that I am applying Date (Year) Filter on the View, due to which it is not adding running total of any year's last month(Dec 2019) to next year 1st month (Jan 2020).
I want the Running total to be continued irrespective of the selection of Year(Date) Filter.
답변 1개
Hi @Abhaivir Singh, what you can do is to change the date field in filter to table calc. filter by writing this LOOKUP(SUM([DATE]), 0), convert it to dimension and then drag to filter.
I just solve similar problem this morning, check the link below.
If this help you in resolving the problem, please mark as correct to close the thread.