简体   繁体   English

SSAS多维数据集不显示尺寸

[英]SSAS Cube does not show a dimension

I have recently started working with SSAS and just managed to create a cube in SSAS. 我最近开始使用SSAS,只是设法在SSAS中创建一个多维数据集。

Nevertheless, there is one single dimension among all of them that does not appear when I'm browsing the cube. 但是,当我浏览多维数据集时,所有维度中只有一个没有出现。

In a more specific manner, the problem is that I have my fact table with its foreign keys pointing to the different dimensions: 更具体地说,问题是我的事实表的外键指向不同的维度:

|---------------------|
| FACT_TABLE          |
|---------------------|
| field1 (fk to dim1) |
| field2 (fk to dim2) |
| field3 (fk to dim3) |
| field4 (fk to dim3) |
| field5 (fk to dim3) |
|---------------------|

As you can see, field3, field4, and field5, point to the same dimension. 如您所见,field3,field4和field5指向相同的维度。 But then, when I deploy the cube and browse it, field4 and field5 appear, but field3 does not! 但是,当我部署多维数据集并浏览它时,出现field4和field5,但是没有field3!

I have already checked out, and the foreign keys in the source database are correct. 我已经签出了,并且源数据库中的外键是正确的。

Thank you for your help. 谢谢您的帮助。

When you have the same dimension used multiple times, make sure you add the dimension to a measure group under 'Dimension Usage' tab in Cube design. 如果多次使用同一个维度,请确保在多维数据集设计的“维度用法”选项卡下将维度添加到度量值组。

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 在SSAS多维数据集中关联二维 - Relating two dimension in SSAS cube SSAS多维数据集建模事实或维度-无添加列 - SSAS Cube Modelling Fact or Dimension - No Additive Columns 时间维度在SSAS中不会更新 - Time dimension does not update in SSAS SSAS多维-显示维度中不存在的事实数据 - SSAS Multidimensional - show fact data that is not present in dimension SSAS->多维数据集部署->无法在不单独处理每个维度的情况下部署多维数据集? - SSAS -> Cube Deployment -> Unable to deploy cube without processing each dimension individually? SSAS->多维数据集浏览/查询->具有与另一个维度的三个关系的维度,检索数据时遇到麻烦 - SSAS -> Cube Browsing/Querying -> Dimension with three relationships to another dimension, trouble retrieving data SSAS多维数据集不对事实表中的相同记录求和 - SSAS cube does not SUM identical records in fact table 如何执行与SSAS多维数据集在redshift上相同的机制? - how to perform same mechanism like how SSAS cube does on redshift? SSAS:部署解决方案时找不到密钥错误,但是单独处理多维数据集/维度时没有错误 - SSAS: Key not found error when deploying solution, but no error when individually processing cube/dimension SSAS计算得出的度量,仅显示特定尺寸值的值 - SSAS Calculated measure to show values only for specific dimension values
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM