简体   繁体   English

Power Pivot中的相关数据模型

[英]Related data model in Power Pivot

I have about 4 data tables in my data model with each table related linearly. 我的数据模型中大约有4个数据表,每个表都线性相关。 What I mean is that Table 1 is related to table 2, table 2 to table 3 etc. How can I access the related data in table 3 from table 1? 我的意思是表1与表2,表2与表3等相关。如何从表1访问表3中的相关数据? I have attempted to add the required column to table 2 and back to table 1, unfortunately, it's not accessible. 不幸的是,我尝试将所需的列添加到表2中并重新添加到表1中,该列不可访问。 I can only see the content of table 2 in table 3 and not the other way round. 我只能在表3中看到表2的内容,反之则不行。

If I start with these four tables, named Table1 through Table4, respectively: 如果我从分别命名为Table1到Table4的这四个表开始:

在此处输入图片说明

And they are related like this: 它们之间的关系是这样的:

在此处输入图片说明 在此处输入图片说明

Then it looks like just using RELATED(Table[Table3-Entry]) works to get the values from Table3 while starting from Table1: 然后,看起来就像使用RELATED(Table[Table3-Entry])来从Table1开始时从Table3获取值一样:

在此处输入图片说明

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

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