# of events per user
Hi all
I want to run a report to analyze the number of times users did a specific action/event.
See below more clear example. I want to create a table for a specific time range, where I can see the following information:
- 1 Purchase - 1000 app users
- 2 Purchases - 800 app users
- 3 Purchases - 500 app users
- >3 Purchase - 350 app users
How can I do it?
Thanks