Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Jarek_Warsaw
Frequent Visitor

SQL tables append problem

Hello,

 

I'm trying to combine data from the accounting system for different companies. I retrieve the data through SQL Server from identical tables located in different databases, add one column to specify the company, and attempt to 'append' to proceed with further processing. Unfortunately, nothing happens; the resulting table is not displayed, and the system keeps working continuously (moving dots across the top bar). When a new or changed table appears, a yellow exclamation mark appears, but I cannot see what the error is. There is also no dialog box appearing. I tried changing access settings (None, Public, Organizational), but it didn't change anything. I also tried different Data Connectivity modes (Import and DirectQueries), also without success. I would appreciate any hints on what might be causing this behavior.

Thanks a lot for help.

1 ACCEPTED SOLUTION

UNION is a DAX function. You do that in Power BI, not in Power Query.

View solution in original post

3 REPLIES 3
Jarek_Warsaw
Frequent Visitor

Thanks, but I'm not sure how to Union tables. Is it a different method than 'Append' from QueryEditor (Home menu, Combine)? How can I access it?

Just to add, tables are loaded into Power BI, have size max 20k x 35 columns, each. Source databases are on the same server on local machine.

UNION is a DAX function. You do that in Power BI, not in Power Query.

lbendlin
Super User
Super User

 from identical tables located in different databases ... and attempt to 'append' to proceed with further processing

The formula firewall monster will not be happy about that.

 

Load the tables as is and do the UNION in Power BI instead.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors