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
Two columns look connected on the surface. A cross-tab is the only way to know if that's true or just a coincidence of group sizes.
What you'll have at the end
A two-way cross-tab with counts, row percentages, and column percentages sitting side by side, plus a one-line answer that uses whichever percentage direction actually matches the question, so an uneven group size can't fake a winner.
You need
A table with two categorical columns you can group together, such as a channel name and a signup outcome, and a way to run a GROUP BY query or build a pivot table against it.
Not covered
Whether the pattern you find is bigger than ordinary week-to-week noise, which needs a real significance test on top of this table.
Checked 26 Aug 2026
Part of the Data Analytics cookbook