I'm having some trouble figuring out how to do certain types of analysis on my Accumulating Snapshot fact table (using a BI tool, for example).
Let's say I have a classic "Order Pipeline" fact table and it includes, say, Order Submitted Date, Order Received Date, Items Prepared For Shipping Date, Items Shipped Date, etc. Each of these is a foreign key to a view of my date dimension - OrderSubmittedDateDimension etc.
Now the report I would like to pull would tell me, for each week of the year, how many orders were submitted in that week, how many orders were received in that week, how many orders were shipped in that week, etc. (for argument's sake all on one line of a report, with week number down the left-hand column, then a column for #submitted, a column for #received, etc.)
The problem is that that date (the week) does not refer to any of my date dimensions in particular - it's kind of a combination of all my date dimensions - "week" in the abstract, not OrderSubmittedWeek, OrderReceivedWeek, etc. So what dimension shall I tell my BI tool to put in that left column?
Am I thinking about this wrong? Is there a better way to approach it? Thanks for your help.
Let's say I have a classic "Order Pipeline" fact table and it includes, say, Order Submitted Date, Order Received Date, Items Prepared For Shipping Date, Items Shipped Date, etc. Each of these is a foreign key to a view of my date dimension - OrderSubmittedDateDimension etc.
Now the report I would like to pull would tell me, for each week of the year, how many orders were submitted in that week, how many orders were received in that week, how many orders were shipped in that week, etc. (for argument's sake all on one line of a report, with week number down the left-hand column, then a column for #submitted, a column for #received, etc.)
The problem is that that date (the week) does not refer to any of my date dimensions in particular - it's kind of a combination of all my date dimensions - "week" in the abstract, not OrderSubmittedWeek, OrderReceivedWeek, etc. So what dimension shall I tell my BI tool to put in that left column?
Am I thinking about this wrong? Is there a better way to approach it? Thanks for your help.