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
Every time leadership asks how one region compares to the others, I end up exporting a spreadsheet with thousands of order rows for them to sift through by hand.
What you'll have at the end
A one-row-per-region revenue table, checked so the regional totals add up to the grand total
You need
Read access to an orders table with an amount and a status column, plus a customers table carrying a region column, joined by a shared customer id.
Not covered
Ranking or comparing individual customers within each region once the region totals exist.
Checked 26 Aug 2026
Part of the SQL cookbook