So I have two tables, Products and Orders.
The Products table contains the following columns: ID, Name, Type.
The Orders table contains the following columns: ID, Name, Quantity.
In both tables, neither ID or Name is unique, but together they are. Is it possible for Excel PowerPivot to make a relationship between the two tables using these two columns?
CodePudding user response:
You cannot create relationship using multiple columns in Powerpivot. You have to create a single column using multiple columns, which make up the key.
When you have multiple columns that make a key you should create a new column, use CONCATENATE or & to create a composite column, and that will serve as your key.