Hi,
Apologies if this has (probably) been raised, but i wasn't sure what you'd call it.
I've got three spreadsheets/tables;
Sales
ProductDefine
Stocking
Barely have foundational understanding of how Power Query can work (other than watching Youtube videos make it look easy) - I'm trying to have the spreadsheet register that there's a link between ProductItem(Sales) and Product(ProductDefine), and once the link has been established I'm guessing I'll be able to use PowerPivot to show me the following (based on the above example);
Eventually I'd like the last table (Stocking) to have a link with the other two tables - I was thinking of using the 'Product' column.
So far I've come to dead end with 'duplicate values' between two tables. I'm lead to believe ProductItem is the issue?
Hope I've made sense
Thank you in advance
Apologies if this has (probably) been raised, but i wasn't sure what you'd call it.
I've got three spreadsheets/tables;
Sales
Sale | ProductItem | Quantity | Cost |
1 | ProductA | 1 | 50 |
2 | ProductB | 1 | 50 |
3 | ProductA | 2 | 100 |
ProductDefine
ProductItem | Product | Quantity |
ProductA | X1 | 2 |
ProductA | X2 | 2 |
ProductA | X3 | 2 |
ProductB | X1 | 1 |
ProductB | X4 | 2 |
ProductB | X5 | 1 |
Stocking
Product | Quantity | Cost |
X1 | 100 | 50 |
X2 | 50 | 100 |
X3 | 75 | 25 |
X4 | 20 | 20 |
X5 | 15 | 25 |
Barely have foundational understanding of how Power Query can work (other than watching Youtube videos make it look easy) - I'm trying to have the spreadsheet register that there's a link between ProductItem(Sales) and Product(ProductDefine), and once the link has been established I'm guessing I'll be able to use PowerPivot to show me the following (based on the above example);
Product | Quantity |
X1 | 7 |
X2 | 6 |
X3 | 6 |
X4 | 2 |
X5 | 1 |
Eventually I'd like the last table (Stocking) to have a link with the other two tables - I was thinking of using the 'Product' column.
So far I've come to dead end with 'duplicate values' between two tables. I'm lead to believe ProductItem is the issue?
Hope I've made sense
Thank you in advance