How to create MAU (monthly active users) bar chart by group by?

Hey all

Im looking for a way to create bar charts for MAU (monthly active users).

Context:

  • The app is a workout app. Whenever a user is working out he/she opens up a new “workout” session in the app.
  • “workouts” contains a User property, and a date property

Im not sure if the bubble bar chart element can make it work.

Any ideas?

Need to first track usage to determine if the User is Active within the month or not

Your setup of date property on the workouts data type may work for that.

Then you need to do a search of workouts and group by date data field and the Creator data field