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?
Are there any resources that would help with the creation of a cube based on hierarchies?