GreenCat223
New Member
- Joined
- Mar 27, 2024
- Messages
- 8
- Office Version
- 365
- 2021
- 2019
- Platform
- Windows
Hi there,
I was wondering if you help me transform the following dataset?
This is how it comes out of the system:
This is how I want it to look like:
All solutions are welcome!
Please explain your thought process with solving this as I can seem to crack this using Power Query!
Many thanks!
I was wondering if you help me transform the following dataset?
This is how it comes out of the system:
EmpNum | ProductName | InputName | EntryValue | Product Entry ID |
Emp1 | Apples | Type | GrannySmith | 123 |
Emp1 | Apples | Units | 5 | 123 |
Emp1 | Apples | Type | Gala | 456 |
Emp1 | Apples | Units | 3 | 456 |
Emp1 | Apples | Type | Braeburn | 789 |
Emp1 | Apples | Units | 1 | 789 |
Emp1 | Apples | Type | PinkLady | 321 |
Emp1 | Apples | Units | 7 | 321 |
This is how I want it to look like:
EmpNum | ProductName | Type | Units | Product Entry ID |
Emp1 | Apples | GrannySmith | 5 | 123 |
Emp1 | Apples | Gala | 3 | 456 |
Emp1 | Apples | Braeburn | 1 | 789 |
Emp1 | Apples | PinkLady | 7 | 321 |
All solutions are welcome!
Please explain your thought process with solving this as I can seem to crack this using Power Query!
Many thanks!