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

Grow your Fabric skills and prepare for the DP-600 certification exam by completing the latest Microsoft Fabric challenge.

Reply
miguel
Community Admin
Community Admin

How can I union or consolidate multiple tables into a single table?

I have multiple tables (sales data from multiple countries) that I need to union into a single table. How can I accomplish this in Dataflows?

append-queries-diagram

1 ACCEPTED SOLUTION
miguel
Community Admin
Community Admin

In Dataflows you have a few ways to union / append data. 

 

Inside the Home ribbon you'll find the "Append queries" option to do so. You can read more about this feature from the link below:

Append queries - Power Query | Microsoft Learn

View solution in original post

3 REPLIES 3
Munawar
New Member

Here is one glinch. When you add calculate colum link add column C and D. It won't add due to null column. Everytime I have to remove null with 0 to get correct result. Some time I forget until after days, we realise that due to null not getting correct sum.

 

Can you please remove null itself when merge two integer column?

hey! I'm not sure I follow. This appears to be an unrelated question to the append scenario. Would you mind creating a new thread to go deeper into this topic and showcasing an example of the behavior, please?

miguel
Community Admin
Community Admin

In Dataflows you have a few ways to union / append data. 

 

Inside the Home ribbon you'll find the "Append queries" option to do so. You can read more about this feature from the link below:

Append queries - Power Query | Microsoft Learn

Helpful resources

Announcements
RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.

MayFBCUpdateCarousel

Fabric Monthly Update - May 2024

Check out the May 2024 Fabric update to learn about new features.

Top Solution Authors