I have an event called CHOICE that looks like this:
(user_id, cost, timestamp)
I want to understand the total cost per user (across all their choices), so I can understand how my costs are distributed across users. In other words, I’d like to see a distribution of:
user_id, SUM(cost)
Is there any way I can do this in Amplitude? I’m on a PLUS plan.