I'm using the cardinality aggregation to get all the events on a weekly interval on the visual builder. What I'm trying to achieve is something similar to a cumulative sum but that takes in consideration only new unique values.
So if I have the same 80 events every week and 5 new unique events weekly the cumulative sum I'm looking for on week 4 would be 100.
How can I visualize this?