简体   繁体   中英

Adding related dimensions to a SSAS Cube

Hello there and thank for taking your time to read this. This is a very trivial question, however, it is a bit challenging to me. I am trying to add a related dimension in an existing cube and have been unsuccessful so far. I have gone through a few tutorials, but nowhere this concept is covered. I am very new to SSAS, Data Warehousing and SQL server so please bear with my ignorance.

I have documented the steps taken, https://1drv.ms/b/s?AugVuOwqQy9XiFoE2BFR5omxFXAZ?e=Zytp3y

If any additional information, please let me know. Any help is appreciated.

Thank You - KK (filesincloud@outlook.com)

You seem to want to define a Snowflake schema.

You can read about it here

Information from multiple tables is required to define the dimension. Each dimension is based on attributes from columns in multiple tables linked to each other and ultimately to the fact table by primary key - foreign key relationships.

For the Dimension table to Dimension table relationship, you need to use the Referenced Relationship

In simple terms, you need a set a relationship type. The below shows the different relationship types:

在此处输入图像描述

If you have the AdventureWorks sample , you can see the following Reference relationship defined:

在此处输入图像描述 You can now look at your dimension reference relationship and change it.

Good luck !

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM