MS Excel 2013 PowerPivot - Making only 1 [Amount] column which takes from multiple tables [Amount]

dluhut

New Member
Joined
Feb 24, 2012
Messages
21
Hello,

I have multiple tables that I have I add to data model, in which I create a pivot table.

However, since the [Amount] column were from different tables, pivot table is showing me 3 different columns, instead of 1.

May I know, how do I go about doing it and show it like the 'classical' pivot table.

Below is an image of how the tables were done, and the desired result.

7cBJt7c.png
 

Excel Facts

Did you know Excel offers Filter by Selection?
Add the AutoFilter icon to the Quick Access Toolbar. Select a cell containing Apple, click AutoFilter, and you will get all rows with Apple
Try the following:

  • Relate the 3 fProduct tables to dProduct using Product as key.
  • Create one measure to sum each table.
    • [Amount X]:= SUM( fProductX[Amount] )
    • Where X could be A, B, or C.
  • Create a unifying measure that adds the three other measures.
    • [Total Amount]:= [Amount A] + [Amount B] + [Amount C]

Placing dProduct[Product] as rows in your pivot should propagate the filter to the other tables.
 
Upvote 0
Genius!!!

Thanks FranzV!!!

Learn something new again from you.

Like and hopefully your reputation goes up! :biggrin:
 
Last edited:
Upvote 0

Forum statistics

Threads
1,214,979
Messages
6,122,559
Members
449,089
Latest member
Motoracer88

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