Thanks for the reply Jacob. Below is an example of what I have. I copy and pasted each of the two columns below into PowerPivot...each one creating a different sheet (Billing, Merchants, Transactions). In other words, I copied the ID and Billing columns into PowerPivot, then copied ID and Merchants into PowerPivot, and etc. Originally, I created a relationship between Billing and Merchants (using ID) and Billing and Transactions (using ID). Using your suggestion, I created another sheet that ONLY contained the ID (Called ID). I removed the original relationships, and created a relationship from ID to Billing, ID to Merchants, and ID to Transactions, using the ID field. I'm still having the same issue when I create the Pivot table. I first choose ID from the ID sheet. Since it's numeric, it initially places it in the Values section, but I drag it to Row Labels. However, when I choose the Value field, from the Billing table, I'm told a relationship needs to be created. I choose create, but I'm told one could not be found. I though I already had the relationship using the ID field. What it appears to do is sum the Value field for ALL IDs, and then display it for EACH ID, instead of just displaying the Value for just that ID.
[TABLE="width: 540"]
<TBODY>[TR]
[TD]ID</SPAN>
[/TD]
[TD]Billing</SPAN>
[/TD]
[TD][/TD]
[TD]ID</SPAN>
[/TD]
[TD]Merchants</SPAN>
[/TD]
[TD][/TD]
[TD]ID</SPAN>
[/TD]
[TD]Transactions</SPAN>
[/TD]
[/TR]
[TR]
[TD="align: right"]12345</SPAN>
[/TD]
[TD="align: right"]$125</SPAN>
[/TD]
[TD][/TD]
[TD="align: right"]54321</SPAN>
[/TD]
[TD="align: right"]50</SPAN>
[/TD]
[TD][/TD]
[TD="align: right"]124578</SPAN>
[/TD]
[TD="align: right"]1,000</SPAN>
[/TD]
[/TR]
[TR]
[TD="align: right"]54321</SPAN>
[/TD]
[TD="align: right"]$250</SPAN>
[/TD]
[TD][/TD]
[TD="align: right"]124578</SPAN>
[/TD]
[TD="align: right"]25</SPAN>
[/TD]
[TD][/TD]
[TD="align: right"]1235</SPAN>
[/TD]
[TD="align: right"]2,500</SPAN>
[/TD]
[/TR]
[TR]
[TD="align: right"]124578</SPAN>
[/TD]
[TD="align: right"]$100</SPAN>
[/TD]
[TD][/TD]
[TD="align: right"]12345</SPAN>
[/TD]
[TD="align: right"]100</SPAN>
[/TD]
[TD][/TD]
[TD="align: right"]54321</SPAN>
[/TD]
[TD="align: right"]500</SPAN>
[/TD]
[/TR]
</TBODY>[/TABLE]