使用 MS SQL Server Analysis Services 在分层数据上创建多维数据集
我有一个层次结构,例如 ProductDimension 层次结构。目前,我使用嵌套集方法查询此表。我编写通常的星型模式连接来获取产品组(批次、原产地国家、产品线等)的时间序列报告。
我目前正在研究使用 SSAS 多维数据集 - 但多维数据集可以对此进行建模吗?
是否有任何资源可以帮助创建基于层次结构的多维数据集?
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?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
听起来像是在维度中很好地利用了亲子关系?
就像标准的员工维度一样,每个员工在层次结构中都位于其老板的“下方”。一个简单的例子在这里:http://technet.microsoft.com/en-我们/library/ms174846.aspx
Sounds like a good use for a parent-child relationship in a dimension?
Like the standard Employee dimension, where each employee is 'beneath' their boss in the hierarchy. A quick example is here: http://technet.microsoft.com/en-us/library/ms174846.aspx