简体   繁体   中英

Related data model in Power Pivot

I have about 4 data tables in my data model with each table related linearly. 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? I have attempted to add the required column to table 2 and back to table 1, unfortunately, it's not accessible. I can only see the content of table 2 in table 3 and not the other way round.

If I start with these four tables, named Table1 through Table4, respectively:

在此处输入图片说明

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:

在此处输入图片说明

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