I am looking to calculate average purchase amount per user and split users by a specific threshold. For instance, users with an average purchase amount either above or below $10. I know you can do an average of purchase amount across purchase events as well as ARPU but both of these use aggregates across events/users.
If that isn’t possible then I would likely have to just group users by whether or not they’ve made purchases above $10.