Let’s say I have an event X.
I would like to see a line chart with the number of users who:
- Performed this event at the each date
AND
- Performed the same event at least K times within previous N days from the date?
For example. Today is October 21st. Today I have 100 users who performed the event X today and also performed this event between Oct 14 and Oct 20. At the same chart I can see 200 users who performed the event X yesterday (Oct 20) and also performed this event between Oct 13 and Oct 19. Etc.