Skip to content

Commit 016f2d3

Browse files
authored
Updating docs for Breakdowns by Cohort Analysis (#1770)
* Updating docs for Breakdowns by Cohort Analysis We recently received, a SRFE, https://mixpanel.atlassian.net/browse/SRFE-7422, that shows there's a bit of a gap in understanding the results of queries that breakdown multiple cohort. Updating the documentation to hopefully make this a bit clearer and more intuitive for customers. Appreciate any feedback! * Update cohorts.mdx
1 parent e38d479 commit 016f2d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pages/docs/users/cohorts.mdx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ You can use cohorts to filter any of your analysis by selecting a cohort from th
9292

9393
You can compare the behavior of different cohorts by selecting a cohort from the breakdown menu. For example, you can use this to see how engagement compares for Power Users vs All Users.
9494

95+
When breaking down metrics by multiple cohorts, events are evaluated independently against each cohort. Consider an insights report that counts all events broken down by 3 cohorts, 'Power Users in North America', 'Power Users in Europe', and 'All Power Users'. An event belonging to a power user in North America, would contribute to the sum for buckets, `In 'Power Users in North America'`, `In 'All Power Users'`, and `Not In 'Power Users in Europe'`.
9596

9697
## How Cohorts are Computed
9798

0 commit comments

Comments
 (0)