DW design question

Who is online?  0 guests and 0 members
Home  »  Forums   »  microsoft business intelligence   »  data warehouse design   » DW design question

DW design question

Topic RSS Feed

Posts under the topic: DW design question

Posted: 8/2/2011

Jedi Youngling 30  points  Jedi Youngling
  • Joined on: 12/2/2009
  • Posts: 11

I'm in the very early stages of design for a DW where I have state standardized scores for a school.  The typical hierarchy is: A school reports to a district which reports to an ISD.  There are some exceptions where there is no district, but the the school directly reports to the ISD (skipping the district layer).  I think I can handle this by adding an ISD_Acting_as_District flag and adding the ISD info into the District dimension.

I have my FCT_Scores table.  My question is:

Do I create three separate dimensions (DIM_SCHOOL, DIM_DISTRICT & DIM_ISD) or do I combine these into one combined dimension?  I would want to be able to roll up results at the school, district or ISD level.

Any thoughts?

Thanks, Rob


Posted: 8/2/2011

Jedi Knight 2333  points  Jedi Knight
  • Joined on: 2/19/2010
  • Posts: 312
Answered  Answered

You can do it either way.  Personally I would put them all in one dimension.  Using one dimension will create the more classic STAR rather than a SNOWFLAKE dimensional model.


Posted: 8/2/2011

Jedi Master 5074  points  Jedi Master
  • Joined on: 11/2/2009
  • Posts: 226
Answered  Answered

I agree with Daniel here. You can bring them in as seperate tables in your DSV if you've already got them that way and bring them together in the dimension or you can bring them together in a view and then bring the view into your dsv.


Posted: 8/3/2011

Jedi Youngling 30  points  Jedi Youngling
  • Joined on: 12/2/2009
  • Posts: 11

These are all brand new tables, so I'll go with them combined.

Thanks!!


Page 1 of 1 (4 items)