I have 2 events : event A, event B. I want to know what share of users that performed event B performed event A before ? How can I do that ?
Hi Romane T., Please stand by as I search the Mixpanel knowledge base for an AI-powered answer. I normally take about 15 seconds or so. In case AI cannot answer your question, feel free to reach out to Mixpanel support at mixpanel.com/get-support. If you have follow-up questions for this thread, please tag me again with your question: @kapa.ai <follow-up question> 👋
Feel free to ask a follow-up question once I've answered by mentioning me with @kapa.ai
You can do this with a Funnels report:
Go to Reports → Funnels.
Build a 2‑step funnel:
Step 1: Event A
Step 2: Event B
In the funnel settings, make sure the conversion window is set to whatever “before” means for you (e.g. within 30 days).
Look at the conversion rate from A → B and the user counts.
To answer your exact question “what share of users that performed B had done A before?”:
Note the number of users who converted from A to B in the funnel (users who did A, then B).
Then, in an Insights report (or Users page), get the total number of users who did B in the same time range.
Compute: share = (users who did A then B) / (users who did B).
The docs don’t show a single built‑in metric that directly gives “% of B‑users who previously did A” in one click; you have to combine funnel output with the total B‑user count as above. The knowledge sources do not explicitly describe this exact ratio as a pre‑built feature.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.
