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!View all the Fabric Data Days sessions on demand. View schedule
There are many reasons you might need to combine multiple queries into one appended table, and the Power BI Get Data From Folder makes this process much easier for many data sources. However, it has some limitations that we can overcome through the use of parameters.
I have used parameters to combine data from multiple Excel sheets, but in this post I am going to use data from a public website to demonstrate one use of parameters to combine data in Power BI.
Follow along using the NZ Population data on my site.
Now we need to get our first sample file. In this example, that will be the table in the north_island_a regions on the North Island A subpage from the above website.
You should see a table of NZ population from the North Island A regions of Northland, Waitemata, Auckland and Counties Manukau. Think of this as your 'sample query' that determines everything that must be done to the data before it can be combined.
That's it! Power BI works its magic in the background and creates a custom function based off the sample file we created in the previous stage.
Now we just need to apply that custom function to each subpage in the NZ Population parameter values table we created in Stage A so that we can see the population for the entire country.
Power BI will now use the text in the SubPage column to populate the URL and get data from each subpage listed.
You should now have a table for each row/subpage of the NZ Population query. Click in the white space in the same cell as the word Table to see a preview of the table in the lower half of the screen.
Our final step is to expand the data from these tables and combine into one query. As you can from the table preview above, all the information we need is in the table itself, so we can remove our other two columns now. All you should be left with is the PopTable column of tables.
Congratulations! You have successfully used parameters to combine data of similar structure into one long appended table. Set the data type for each column before you Close and load the data. See what insights you can gather about the NZ population.
Download the NZ Population.pbix file.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.