How to link 4 tables with ID number in each table

powerpivotlegal

New Member
Joined
May 14, 2014
Messages
30
Hello,

I want to be able to join 4 tables using a timekeeper ID as the bridge/commonality between all 4.

Table 1
TK ID
Multiple rows of Fees for each TK ID

Table 2
TK ID
Multiple rows of Costs for each TK ID

Table 3
TK ID
Status (Approved, Not Approved) - only 1 status for each TK ID

Table 4
TK ID
Multiple rows of Office Location for each TK ID

I have been able to join the first 3 by using Table 3 as the Lookup Table (as there are not multiple rows with the unique TK ID) and creating a relationship on TK ID. The resulting PivotTable is then able to summarize Fees, Costs, and Status by TK ID.

However, after I create a relationship between Table 3 and Table 4 on TK ID, the PivotTable will not accurately return all the Office Locations for each TK ID. It will just return all the same locations for each TK ID (e.g. return 7 locations for TK #1 even though TK #1 only worked in Bangkok and Hong Kong).

What am I missing?

Many thanks.
 

Excel Facts

Round to nearest half hour?
Use =MROUND(A2,"0:30") to round to nearest half hour. Use =CEILING(A2,"0:30") to round to next half hour.
Make sure that the column you "use" (put on rows/columns of a pivot table, or manipulate in a CALCULATE, etc) is from the lookup table. The other thing I would double check is the direction of the relationships -- maybe you had a 1 to 1 and it's going the wrong way?
 
Upvote 0

Forum statistics

Threads
1,214,929
Messages
6,122,315
Members
449,081
Latest member
tanurai

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top