Fairly new to PowerPivot and data modeling here, but learning quickly, and could use some help from the pros... that's you guys! Any help will be greatly appreciated!!
A very straightforward situation: I'm trying to build a pivot table that compares financial "actuals" to "budget", by account number. I created a relationship between the "Account PandL" table ("Account number" column) and the "Budget 2015 PL" table (also "Account number" column), and get the results below..... The totals in the Budget 2015 PL column are all the same. (for reference, the top row notes from which table each column/field is derived)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]table:
[/TD]
[TD][TABLE="width: 162"]
<tbody>[TR]
[TD="class: xl65, width: 162"]"Account- PandL"[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 151"]
<tbody>[TR]
[TD="class: xl65, width: 151"]Profit and Loss Summ[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 166"]
<tbody>[TR]
[TD="class: xl65, width: 166"]Budget 2015 PL[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]field:[/TD]
[TD]Account number[/TD]
[TD]1/31/15 Actuals[/TD]
[TD]1/31/15 Budget[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4010[/TD]
[TD]0[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4020[/TD]
[TD]5021.25[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4030[/TD]
[TD]117.19[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4040[/TD]
[TD]23,421.25[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4050[/TD]
[TD]117,851.64[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4060[/TD]
[TD](2,502.11)[/TD]
[TD]1120621.66[/TD]
[/TR]
</tbody>[/TABLE]
The "Account PandL" table and the "Profit and Loss Summ" tables are from a separate professional third-party database storage software and have a relationship with each other through a field called "LinkTo(For)AccountID", which is a complex proprietary coding system (which I don't want to touch!).
What am I doing wrong??
Again... thank you!
A very straightforward situation: I'm trying to build a pivot table that compares financial "actuals" to "budget", by account number. I created a relationship between the "Account PandL" table ("Account number" column) and the "Budget 2015 PL" table (also "Account number" column), and get the results below..... The totals in the Budget 2015 PL column are all the same. (for reference, the top row notes from which table each column/field is derived)
[TABLE="class: grid, width: 500"]
<tbody>[TR]
[TD]table:
[/TD]
[TD][TABLE="width: 162"]
<tbody>[TR]
[TD="class: xl65, width: 162"]"Account- PandL"[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 151"]
<tbody>[TR]
[TD="class: xl65, width: 151"]Profit and Loss Summ[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[TD][TABLE="width: 166"]
<tbody>[TR]
[TD="class: xl65, width: 166"]Budget 2015 PL[/TD]
[/TR]
</tbody>[/TABLE]
[/TD]
[/TR]
[TR]
[TD]field:[/TD]
[TD]Account number[/TD]
[TD]1/31/15 Actuals[/TD]
[TD]1/31/15 Budget[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4010[/TD]
[TD]0[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4020[/TD]
[TD]5021.25[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4030[/TD]
[TD]117.19[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4040[/TD]
[TD]23,421.25[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4050[/TD]
[TD]117,851.64[/TD]
[TD]1120621.66[/TD]
[/TR]
[TR]
[TD][/TD]
[TD]4060[/TD]
[TD](2,502.11)[/TD]
[TD]1120621.66[/TD]
[/TR]
</tbody>[/TABLE]
The "Account PandL" table and the "Profit and Loss Summ" tables are from a separate professional third-party database storage software and have a relationship with each other through a field called "LinkTo(For)AccountID", which is a complex proprietary coding system (which I don't want to touch!).
What am I doing wrong??
Again... thank you!