Using MS SQL Server Analysis Services to create cubes on hierarchical data

Posted by Jeff Meatball Yang on Stack Overflow See other posts from Stack Overflow or by Jeff Meatball Yang
Published on 2010-03-26T19:32:04Z Indexed on 2010/03/26 19:33 UTC
Read the original article Hit count: 577

I have a hierarchy, like an ProductDimension hierarchy. Currently, I query this table using the Nested Sets methodology. I write the usual star-schema joins to get a time-series report of groups of Products (Batches, CountryOfOrigin, ProductLine, etc.).

I'm currently investigating using SSAS cubes- but can a cube model this?

© Stack Overflow or respective owner

Related posts about data-warehouse

Related posts about analysis-services