哪些列应该是维度 (SSAS) 中的关键?

发布于 2024-12-09 17:43:08 字数 201 浏览 1 评论 0原文

在 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

若有似无的小暗淡 2024-12-16 17:43:08

创建维度时,键列需要是链接到 DSV 中的事实表的键列。

When creating a dimension, the key column needs to be the one that is linked to the fact table in the DSV.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文