It's really easy to combine and report on the data from multiple tables using Power Query. In your case, you need to do a little work to prepare the tables, first of all.
This VBA code will rename each table of source data, based on the Business Unit / Weekday / Week Number data above the table, then it will compile the list of new table names into another table:
Now we can use Power Query to combine the data from the source tables, and use this combined data as a data model source, for the consolidated report:
Finally, just insert a pivot table onto the Report sheet, with filters on Business Unit, Weekday and Week Number.
See attachment for worked example.
Bookmarks