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.
Hey Team!
Is it okay to append two or more merged data tables provided their columns are identical? Thanks!
Best,
mibu
Solved! Go to Solution.
Hi @mibu ,
As far as I know, Power BI support us to append multiple tables in Power Query at one time. However for merge, we could only merge two tables at one time. If you want to merge multiple tables, you need to merge N-1 times.
Append:
Merge:
For reference:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @mibu ,
As far as I know, Power BI support us to append multiple tables in Power Query at one time. However for merge, we could only merge two tables at one time. If you want to merge multiple tables, you need to merge N-1 times.
Append:
Merge:
For reference:
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.