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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
iBusinessBI
Kudo Collector
Kudo Collector

Dataflow vs. Dataflow Gen2 vs. Warehouse

I have the following scenario:

1. Step 1 - I want to connect to Salesforce and get an Opportinities table AS-IS

2. I want to connect to the table from Step 1 and do all kinds of complex transformations with Power Query.

 

My task is to make an API request JUST ONCE to Salesforce. All the rest load should be done inside Microsoft capacity. So I want to separate the two steps most efficiently.

(When I do everything inside ONE Dataflow - the second step is sending API requests again and again and again to Salesforce so it is not an option)

 

I have created 2 dataflows and the second one refers to the first (it created a "linked" entity with enhances mode, watever it means). And I've created a Power Automate flow so the second dataflow will refresh after the first is finished.

But it still takes a long time for the second one to run. And I wonder whether it still propagates the API calls to Salesforce because of "linked entity".

 

I am thinking to test another alternative:

Create a Gen2 Dataflow, save the initial "AS-IS" table in a Warehouse/or Lakehouse.
Then, connect the second Dataflow to it. And schedule everything with Pipeline.

 

Should there be differences in this approach?

Or is it more or less the same as just separating two Gen1 dataflows?

 

What does the theory tell?

2 REPLIES 2
aj1973
Community Champion
Community Champion

Hi @iBusinessBI 

Dataflow and Dataflow Gen2 are two features of Microsoft Fabric Data Factory that allow you to transform data using a low-code interface and Power Query. Dataflow Gen2 is the newer and improved version of Dataflow, with some key differences:

  • Dataflow Gen2 has a shorter and simpler authoring experience, with auto-save and background publishing features.
  • Dataflow Gen2 supports more data destinations, such as Fabric Lakehouse, Azure Data Explorer, Azure Synapse Analytics, and Azure SQL Database.
  • Dataflow Gen2 has more powerful compute engines and data movement capabilities, enabling high-scale and high-performance data transformations.
  • Dataflow Gen2 supports Direct Query and Incremental Refresh via the Dataflow connector.

Differences between Dataflow Gen1 and Dataflow Gen2 - Microsoft Fabric | Microsoft Learn

Regards
Amine Jerbi

If I answered your question, please mark this thread as accepted
and you can follow me on
My Website, LinkedIn and Facebook

Thanks, Amine. 
I wanted a solution to my specific scenario. 
I am pretty much convinced that I am good with Gen1 dataflows, maybe except for "improved compute engine" of Gen2

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.