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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
arock-well
Responsive Resident
Responsive Resident

Dataflow Import and Merging Best Practices Question

What is the best practices recommendation when creating dataflows and merging tables within that dataflow? I'm using on-prem SQL Server tables as the datasource.

 

1. Is it best to import data and do all the merging within one dataflow?

 

2. Is it best to import data into one dataflow and then create a separate dataflow (with links back to the original dataflow) where I do all the merging of those tables there?

 

3. Something else?

 

 

2 REPLIES 2
v-henryk-mstf
Community Support
Community Support

Hi @arock-well ,

 

It is not recommended to do all merging in one data stream. It is recommended to create a new data stream for each source (one for local and one for cloud) and then create a third data stream to merge/compute the two data sources.

vhenrykmstf_0-1666338499446.png

 

Also if you need to perform merges between tables, it is recommended to use linked tables to create a data stream that allows you to refer to an existing table defined in another data stream in a read-only manner.

vhenrykmstf_1-1666338517626.png

 

For more details, you can read below document:

Premium features of dataflows - Power BI | Microsoft Learn

Creating a dataflow - Power BI | Microsoft Learn


Best Regards,
Henry


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

@v-henryk-mstf  Thanks for that. I don't have any cloud based data, just on-prem SQL datasources.

 

With just one datasource as I have, do you still recommend a separate dataflow to do the merging and computing from the first dataflow that imports the data?

 

Also, what is the recommended maximum number of tables and merged queries that should be in one dataflow?

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.