Display Latest Customer Count in Mixpanel: Daily Chart Options
kapa.ai I'm tracking a get_customers event where I include a customer_count property (e.g., { customer_count: 42 }). I'd like to display the latest customer count per day on a chart — not the sum, average, or max, just the actual value from the most recent event of that day. Is there a way in Mixpanel to:
Show the latest value of a property per time interval (e.g., per day)?
Or simply plot the raw customer_count value from each event trigger without aggregation?
So far I only see aggregation options like Sum, Avg, Max, etc., and I haven’t found a way to show just the final value of the day or raw values per event.