Power Pivot - Add Weekly totals from second query to main pivot table

cwins

New Member
Joined
Oct 16, 2024
Messages
1
Office Version
  1. 365
Platform
  1. Windows
I am very new to power pivot and I am only scratching the surface of what I think it is capable of. I have created a query that shows stock levels by part number and another that shows delivery schedule qty for each part by week number. Both work well as individual pivot tables, I am trying to combine both queries in Power Pivot so that I can see stock level and when parts are due to be delivered to top up stock. No matter what I try I can only manage to display total to be delivered by part.

Any help gratefully received
 

Attachments

  • PowerPivotExample.png
    PowerPivotExample.png
    162.6 KB · Views: 4

Excel Facts

Square and cube roots
The =SQRT(25) is a square root. For a cube root, use =125^(1/3). For a fourth root, use =625^(1/4).
Create a third table containing a unique list of all parts and join this table (one to many) to each of the other tables. Only use the product information from this new table, not from the other 2, then get the numbers from the other 2 tables (place in value section)

Read my article here The Optimal Shape for Power BI Data
 
Upvote 0

Forum statistics

Threads
1,223,101
Messages
6,170,116
Members
452,302
Latest member
TaMere

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