For example, let’s say you want to create a Power User Curve analysis in Heap. This would show a distribution of users who are active weekly across 7 days ( % who use one day a week, % who use two days a week, etc.).
Create a Unique users chart using the following criteria:
- Count unique by session lets us see whether a user did at least one session.
- Group by user ID lets us break this out per user.
- Date range can be varied depending on the period you want to look at, but grouping by day lets us view whether each user did at least one session per day of the range.
From here, you can download a CSV by going to the Chart actions menu and click Export chart to CSV.
Using a CSV will allow you to do additional analysis like dividing the number of users with a total value of 7 by the total number of users to get the percentage of users who did at least one session per day. A total value of 6 would indicate that that the user did at least one session on 6 days out of the previous 7, and so on.