Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi Guys
I'm a novice when dealing with power query, I'm trying to create one master table from my set of data but the extracted data has mutiple tables grouped together, with misaligned header rows. Is there a easy way to reorganise the data to align similar headers together to form one master table. e.g. data is of three tables but normally have way more (+20) thanks.
Excel link: Excel document
Solved! Go to Solution.
If you edit the Excel to insert a row between each 'table' then save it.
You can then connect to the Excel from powerbi. A 'suggested tables' option will appear in the bottom left of the powerbi->Excel workbook connection screen. You can select all the suggested tables and Power Query will import them as separate queries/tables.
You can then Append Queries (from the Power Query interface - use the 2 or more tables option). Power Query will try and append all queries selected and union the column headings.
Give it a go.
If you edit the Excel to insert a row between each 'table' then save it.
You can then connect to the Excel from powerbi. A 'suggested tables' option will appear in the bottom left of the powerbi->Excel workbook connection screen. You can select all the suggested tables and Power Query will import them as separate queries/tables.
You can then Append Queries (from the Power Query interface - use the 2 or more tables option). Power Query will try and append all queries selected and union the column headings.
Give it a go.