Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All
I need a urgent help.. Please help me in this scenario.
I am calculating the running total in visualization based on the months.
When I click on any particular month, the running total is failed.
Is there any way to fix the running total??
I tried to use {1} value to make them static but the issue with that I am not able to filter that value via different filters
Thanks!!
Try this:
Max(Aggr(RangeSum(Above(Count({<Active_Month, Active_Date>}DISTINCT AccID), 0, RowNo())) * Avg(1), Active_Month))
Thanks a lot for your time Sir. The issue has been resolved
Thanks Again
Regards
Deepanshu
Hi @sunny_talwar thank you for this great solution,
but for my case i want the same measure by years and on previous years (YEAR-1), it means that i like to have the sum without values of last year
thank you in advance
Would you be able to share a sample to show the issue?