New: Cookbooks and AI ExplanationsStep-by-Step recipes to solve problems connected to Roadmaps and Cheat Sheets. Need more details? Use AI buttons for structured and simple explanations with concrete examples throughout the whole platform.Take a look
Product asks what fraction of signups from a given week are still active a week later, and the next week after that.
What you'll have at the end
A table with one row per signup week and one column for each week after, each cell either a retention percentage or left blank for a week that has not happened yet for that cohort.
You need
A signups table with one row per user and a signup date, plus an activity or events log you can join to it by user id.
Not covered
Retention broken out by acquisition channel, plan tier, or any other segment; this builds the single overall cohort table only.
Leans on
Checked 26 Aug 2026
Part of the SQL for Data Analysis cookbook