![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi, In ssas2000 you are able to make a dimension with hierarchies based on a date field in the facttable: Year > Month > Date In ssas2005 this feature/wizard is not available anymore. What is the best way to have the same result? I did migrate an existing ssas2000 olap cube to ssas2005 and see that the problem is solved by adding calculated fields in the UDM views for all hierachies. Is this the best way ? Regards, Marco www.gmsbv.nl |
#3
| |||
| |||
|
|
Hi, In ssas2000 you are able to make a dimension with hierarchies based on a date field in the facttable: Year > Month > Date In ssas2005 this feature/wizard is not available anymore. What is the best way to have the same result? I did migrate an existing ssas2000 olap cube to ssas2005 and see that the problem is solved by adding calculated fields in the UDM views for all hierachies. Is this the best way ? Regards, Marco www.gmsbv.nl |
#4
| |||
| |||
|
|
Probably the closest thing to the AS2k setup would be to use a "server time dimension" http://msdn2.microsoft.com/en-us/library/ms174832.aspx Although I generally tend to setup my own table for the time dimension. Views over the fact table would "work", but SSAS would have to do multiple "SELECT DISTINCT..." queries over the fact table in order to build the time dimension which would not be very efficient. -- Regards Darren Gosbell - SQL Server MVP Blog: http://www.geekswithblogs.net/darrengosbell In article <1157398677.465102.87830 (AT) m79g2000cwm (DOT) googlegroups.com>, olap (AT) gmsbv (DOT) nl says... Hi, In ssas2000 you are able to make a dimension with hierarchies based on a date field in the facttable: Year > Month > Date In ssas2005 this feature/wizard is not available anymore. What is the best way to have the same result? I did migrate an existing ssas2000 olap cube to ssas2005 and see that the problem is solved by adding calculated fields in the UDM views for all hierachies. Is this the best way ? Regards, Marco www.gmsbv.nl |
![]() |
| Thread Tools | |
| Display Modes | |
| |