Hi,
I have three tables showing Plant, Material and Labour quantities from each of my crews on site,
The tables are linked by unique identifiers or "Shift Report Numbers", however, multiple items assigned to each unique identifier. For example:
I would like to merge the tables, however, have each observation from each table only occur once in the combined result and be justified to the top of the table. i.e:
The individual tables are imported from local files on my computer using Power Queries. I have tried to use Power Queries and Full Outer Merges to combine the tables but have found that observations are repeated from each table.
How can I produce the desired result ?
Many Thanks
I have three tables showing Plant, Material and Labour quantities from each of my crews on site,
The tables are linked by unique identifiers or "Shift Report Numbers", however, multiple items assigned to each unique identifier. For example:
Shift Report Number | Date | Job Code | Labour Resource | Hours |
00001 | 01/01/21 | XYZ | Harry | 2 |
00001 | 01/01/21 | XYZ | Jimmy | 3 |
00001 | 01/01/21 | XYZ | Harold | 3 |
Shift Report Number | Material | Quantity |
00001 | Aggregate | 200 |
Shift Report Number | Plant | Quantity |
00001 | Roller | 1 |
00001 | Digger | 1 |
00001 | Plate Compactor | 0.5 |
I would like to merge the tables, however, have each observation from each table only occur once in the combined result and be justified to the top of the table. i.e:
Shift Report Number | Date | Job Code | Labour Resource | Hours | Material | Quantity | Plant | Quantity |
00001 | 01/01/21 | XYZ | Harry | 2 | Aggregate | 200 | Roller | 1 |
00001 | 01/01/21 | XYZ | Jimmy | 3 | Digger | 1 | ||
00001 | 01/01/21 | XYZ | Harold | 3 | Plate Compactor | 0.5 |
The individual tables are imported from local files on my computer using Power Queries. I have tried to use Power Queries and Full Outer Merges to combine the tables but have found that observations are repeated from each table.
How can I produce the desired result ?
Many Thanks