adamelston
New Member
- Joined
- Jul 22, 2016
- Messages
- 31
Hello, I am trying to make a lookup table to link two tables but there are duplicates in both tables. I think what I need is to ensure unique rows and have any duplicate lookup values in columns. If my first table is as below:
I think I need to create a table like this:
I've been messing around with pivots in power query but can't seem to create second table. Please could you let me know how best to do this?
Many thanks,
A
ID | Region |
x | North |
y | South |
x | East |
z | West |
x | West |
I think I need to create a table like this:
ID | Region 1 | Region 2 |
x | North | East |
y | South | |
z | North | West |
I've been messing around with pivots in power query but can't seem to create second table. Please could you let me know how best to do this?
Many thanks,
A