| Time Dimension Options in SQL Server 2005 Analysis Services |
| Written by Stacia Misner |
| Thursday, 25 October 2007 19:49 |
|
In my previous post, I covered the new dimension wizard and mentioned there were options for creating time dimensions that I would cover later. Now I'll explain those options further. Time Dimension Options in SQL Server 2005 Analysis ServicesLet’s start with a quick review of what happens in SQL Server 2005 (referred to as Yukon hereafter). On the Select the Dimension Type page of the dimension wizard, you can choose Standard, Time Dimension, and Server Time Dimension. If you select Time Dimension, you identify the time table in your DSV and then you map your time columns to the Analysis Services time properties. For example, you map a CalendarYear column in your time table to the Year property. This association of a table column to a property helps your MDX queries how to handle time-related functions like YTD or PeriodToDate. I admit I find this mapping process tedious, but necessary. When you use a time dimension table, you have to manage the processing of the Analysis Services dimension to add new time members if you incrementally add members to the table (instead of populating it well into the future as some people prefer to do). The benefit of this approach is the ability to include time attributes that mean something to your industry, such as a flag for a holiday or weekend versus weekday. You also can confirm inclusion of hierarchies based on the columns you map to time properties. I never liked the inability to change the hierarchy names here, but that’s just a nit. You can, of course, add your own hierarchy or modify the hierarchy name later in the dimension editor. |
Latest Author Articles
- Channel 9 screencast - More Analysis with Microsoft Excel 2007
- Channel 9 Screencast - Exploring Analysis Features of Microsoft Excel 2007
- SQL Server 2008: Attribute Relationship Designer
- Time Dimension Options in SQL Server 2005 Analysis Services
- SQL Server 2008: The New Dimension Wizard for Analysis Services
Top Rated
- SSAS Implementation Best Practices slides in PDF format
- SSRS Report Against a SSAS Parent Hierarchy
- Handling inter-dimensional members dependency and reducing cube sparsity using reference dimensions in Analysis Services 2005
- Cube structure optimization for MDX query performance in Analysis Services 2005 SP2: Tips for Parent Child Hierarchies usage
- Handling Multiple Calendars with a M2M Scenario
- Passing MDX parameters in Reporting Services reports
- Using UserName to Control Data Access and Default Member in SSAS 2K5 (Carrie Williams)
- SSAS Tutorial: SQL Server 2005 Analysis Services Tutorial by Accelebrate

