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

Join the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now

Reply
deermajk
New Member

Dataflow - timeout/performance issue while merging/appending 2 linked tables

I have dimension data soure GBQ with 70m rows. I want to load it as is to PBI dataflow.

I have to use odbc driver. Due to import performace I am trying to test approach with 2 dataflow imports & 1 dataflow merge:

 

1. full load periodically - weekly

(enhanced engine on)

2. last 10 days updated - daily

(enhanced engine on)

3. merging both together in 3rd dataflow

   

In the 3rd dataflow I take 2 linked tables. I am using linked tables with disabled data load. 

In 3rd query:

- first I merge 2 linked tables, 1. full load table ref. excluding delta records from 2nd linked table.

- then append 2. table to previous step

- last i remove table column from merge, as i do not need it

 

deermajk_0-1697459818588.png

 

The issue is that it takes forever to run, each time (after 1-4h) failing with below error and its really week performance.

 

Error: PipelineException: Internal error DirectQueryUnexpectedEndOfStream. . RootActivityId = 739a9240-a082-4ba1-98cc-25503e91ad5a.Param1 = PipelineException: Internal error DirectQueryUnexpectedEndOfStream.  Request ID: 93044d33-5676-41bf-bb23-f79937f0800b.

 

Please help.

1 REPLY 1
lbendlin
Super User
Super User

Avoid doing merges.  Ingest both dataflows as is and then let the data model (or DAX) do the work for you.

Helpful resources

Announcements
April Power BI Update Carousel

Power BI Monthly Update - April 2026

Check out the April 2026 Power BI update to learn about new features.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

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.

FabCon and SQLCon Highlights Carousel

FabCon &SQLCon Highlights

Experience the highlights from FabCon & SQLCon, available live and on-demand starting April 14th.