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
My orders table has three date columns and every report I write has to guess which one the user means.
What you'll have at the end
Three date views, order date, ship date, delivery date, all reading from one shared calendar table
You need
A table of order records with three separate date columns (something like order date, ship date, delivery date) already loaded somewhere you can run SQL against.
Not covered
This does not cover getting the order data into that table in the first place, or handling a date role added after the fact (a return date tacked on weeks later); those are ETL and schema-change problems of their own.
Checked 25 Aug 2026
Part of the Kimball Data Modeling cookbook