Mixpanel Community Icon

Displaying Latest Customer Count in Mixpanel Without Aggregation

·
·

Hi, Is there a way to plot raw property values from events in Mixpanel without any aggregation? For example, I’m tracking a get_customers event with a customer_count property. I want to show each customer_count value exactly as it was sent, per event, on a chart — not as a sum, average, or max. Is that possible within Insights or any other report type?

  • Avatar of Ezequiel V.
    Ezequiel V.
    ·
    ·

    Hi Manish! Ezequiel here, solutions engineer at Bildug Data (Mixpanel Parter) Usually, when i need to do something like this I use the insert id property in a breakdown. The insert id is the unique identifier of each event. You would need to add the insert id and the customer count property The chart may look something like the image