If they are real tables, you could do it like this:
Table.Combine({Excel.CurrentWorkbook(){[Name="[B]Table1[/B]"]}[Content], Excel.CurrentWorkbook(){[Name="[B]Table2[/B]"]}[Content], Excel.CurrentWorkbook(){[Name="[B]Table3[/B]"]}[Content]})
So basically calling every single table within curly brackets, no need for a separate query for each.