Powerpivot not linking values in tables - it basically does not work

armastan

New Member
Joined
Nov 17, 2013
Messages
11
I have two very simple tables:

1. sales
month - product - sales
jan.15 - smth1 - 55
jan.15 - smth2 - 50
feb.15 - smth1 - 5

2. budget
month - product - budget
jan.15 - smth1 - 60
jan.15 - smth2 - 67


Both tables inputed to data models. Products are linked, but still in a pivot table values from one table are not linking to another and i get the following:
month - sales - budget
jan.15 - 105 - 127
feb.15 - 5 - 127

By all means the data model should be working correctly with a such simple example, but it still does not work.
Has anyone had whis problem? WHat could be the solution? Seem like the powerpivot just has a bug or error.
 

Excel Facts

Do you hate GETPIVOTDATA?
Prevent GETPIVOTDATA. Select inside a PivotTable. In the Analyze tab of the ribbon, open the dropown next to Options and turn it off
I think the most likely explanation is you are not joining your tables correctly. Power pivot is not a relational DB, it is a reporting DB. Both of these tables look like data tables to me. Create a new table called calendar with a single column of all the valid dates - no duplicates. Do the same again and create a product table with a single column of all the valid products. Then connect both of your original tables to these 2 new tables (2 connections each, 4 in total). Make sure the connections place the calendar table and the product table on the 1 side of the relationship. Use the month column from the calendar table and put it on rows in the pivot table. Then it will work.
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,899
Messages
6,122,155
Members
449,068
Latest member
shiz11713

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