How can I extract the % of users that performed a specific event more than X times in a time period?
To extract the percentage of users who performed a specific event more than X times in a given time period in Mixpanel, you should use the Frequency per User measurement in an Insights report: 1. Create an Insights Report: Go to the Insights report in Mixpanel. 2. Select the Event: Choose the specific event you want to analyze. 3. Choose Measurement: Change the measurement to Frequency per User. This will calculate how many times each user performed the event in the selected time period. 4. Apply a Filter or Breakdown: - To focus on users who performed the event more than X times, use a filter: set "Frequency per User" > X. - Alternatively, use a breakdown to see the distribution of event frequencies and identify the group with more than X occurrences. 5. Calculate the Percentage: - The report will show the count of users who meet the criteria. - To get the percentage, compare this count to the total number of users who performed the event in the same period.Mixpanel allows you to aggregate this data and display it as a percentage by using formulas or by comparing the filtered user count to the overall user count for that event. For example, you can use the Compare feature in Insights to see what percentage a segment (users with frequency > X) makes up of the total users for that event Docs: Insights Measurements.Summary of steps: - Use "Frequency per User" as your measurement. - Filter or break down by frequency > X. - Use the "Compare" feature to see the percentage.This approach leverages Mixpanel's behavioral properties and advanced measurements to segment and analyze user engagement by event frequency Docs: Behavioral Properties Docs: Insights Measurements.
kapa.ai is still learning and improving, please let me know how I did by reacting below.
ℹ️ Tip: Mention @kapa.ai in the thread for follow-ups or DM the app for 1-to-1 help.