哪些列应该是维度 (SSAS) 中的关键?
在 SSAS 中创建维度时,可以使用属性中的哪一列作为键?
我不能使用“id”,因为它是一个代理键,不应在维度中使用。
该表是 DW 数据库模型的一部分。
表 Dim_Demographics:
- 性别
- 婚姻
- 状况
- 年薪
- id
Which column from the attribute can I use as a key when I create a dimension in SSAS?
I can't use "id" because it is a surrogacy key that should not be used in the dimension.
The table is part of a DW databasemodel.
Table Dim_Demographics:
- id
- Sex
- marital status
- yearly
- salary
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建维度时,键列需要是链接到 DSV 中的事实表的键列。
When creating a dimension, the key column needs to be the one that is linked to the fact table in the DSV.