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
Support keeps asking how long orders sit at each stage and I only have separate event rows to answer with.
What you'll have at the end
One row per order with a date column per milestone, updated in place, that answers how long each stage took
You need
A dimensional model with a date dimension already built (one row per calendar day) and a raw log of fulfillment events landing somewhere queryable: an order id, a stage name, and a timestamp per event.
Not covered
This does not cover capturing the raw fulfillment events themselves, or building three separate date views for querying order, ship, and delivery dates independently; those are different techniques from updating one row in place.
Checked 25 Aug 2026
Part of the Kimball Data Modeling cookbook