Hi Team,
I am currently creating different line charts. Basically, the purpose is to show specific data with the cumulative version of that same data in the same chart. I tried to use the “Running sum” aggregation, but it seems like the data from this aggregation is not accurate.
As you can see in this screenshot, my scorecard shows the true total number of unique subscribers over the entire date range, which is 23,350.
My chart’s running sum calculation is flawed. It’s not calculating a cumulative set of unique subscribers. Instead, it’s taking the number of unique subscribers from each individual day and adding them together. This method double-counts subscribers who call on more than one day, which is why the final number is higher (28,199).
Could you please assist on how to get the exact same number as in the scorecard for any date range I will choose in this page?
