Hi guys,
I need to consolidate several Tables, one in each WorkSheet of a single Workbook, into one master table using PowerQuery but PowerQuery doesn’t match all the records.
Please let me explain:
In other words, the final table should have all the customer names and VAT for each customer name taken from the first table (600 records) and 20 “block” of those three fields (c-d-e) for each Supplier. In case some customers do not have any purchase from any of the suppliers, the corresponding cell should show a 0.
In order to achieve that, I used PowerQuery, but once I start to Merge the first table with one of the 20s, the procedure shows that query was able to match only a small portion of all the records in table 1 (let’ say only 275 out of 600) and I am unable to understand why and how to fix that.
I properly formatted all the tables. Can you please help me? Thanks a lot
I need to consolidate several Tables, one in each WorkSheet of a single Workbook, into one master table using PowerQuery but PowerQuery doesn’t match all the records.
Please let me explain:
- I have a table with 2 fields: Customer Name and VAT. 600 records.
- I have 20 tables in 20 Worksheets (one for each), each table refers to one Supplier and lists the turnovers of each customer that purchased from that supplier (surely not all the 600 names from the first table). The fields for each table are the following:
- VAT number (as in Table 1)
- Customer Name (as in table 1)
- Supplier 1 YTD September 2015
- Supplier 1 YTD September 2014
- Supplier 1 Variation %
In other words, the final table should have all the customer names and VAT for each customer name taken from the first table (600 records) and 20 “block” of those three fields (c-d-e) for each Supplier. In case some customers do not have any purchase from any of the suppliers, the corresponding cell should show a 0.
In order to achieve that, I used PowerQuery, but once I start to Merge the first table with one of the 20s, the procedure shows that query was able to match only a small portion of all the records in table 1 (let’ say only 275 out of 600) and I am unable to understand why and how to fix that.
I properly formatted all the tables. Can you please help me? Thanks a lot