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
This month's export and last month's export sit in two separate query results, and the chart needs every row from both stacked into a single table.
What you'll have at the end
One stacked report with a source label column, row count matching both original queries combined
You need
Two monthly order exports, each already available as its own table or query result, with an order id, a customer id, an order date and an amount column.
Not covered
Deciding what to do when the same real order genuinely shows up in both months, such as a backdated correction, since that calls for removing the duplicate on purpose rather than stacking everything.
Checked 26 Aug 2026
Part of the SQL cookbook