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

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
JaromBIDEVatDK
Helper II
Helper II

Dataflow table to Linked Dataflow Table Mixed On-prem Sources

Hi there,

 

I am trying to connect two dataflows together. Dataflow 1 has an on-prem gateway query to sql. Dataflow 2 has a table that I want to bring into dataflow 1. When I bring the table into dataflow 1 it asks me to select a gateway. Since dataflow 2 table is online, I select "none" as the gateway and can make a linked connection. However, when I change the gateway to accomodate the dataflow to none, it changes all the gateways on the dataflow to none. So the dataflow 1 sql query won't work. Does anyone know if what I am doing is a limitation to dataflows/i.e. I can't do it? Or is there a workaround? Just FYI, my gateway is setup to allow mixed onprem and cloud. 

 

Thanks in advance! 

1 ACCEPTED SOLUTION
bcdobbs
Community Champion
Community Champion

If you don't want the cloud source to refresh through the gateway the alternative and I think recommended way is to create a dataflow that ingests the SQL data. Then in another dataflow merge the two dataflows. Effectively 2 dataflows at that ingest and a 3rd that does the transform.



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

View solution in original post

2 REPLIES 2
bcdobbs
Community Champion
Community Champion

Hi,

 

My understanding is that either everything has to refresh through a gateway or nothing. That's certainly how it works if you do the power query directly in a dataset.

 

I think the reason being that if do any joins it mashes the data up in the gateway itself.



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!
bcdobbs
Community Champion
Community Champion

If you don't want the cloud source to refresh through the gateway the alternative and I think recommended way is to create a dataflow that ingests the SQL data. Then in another dataflow merge the two dataflows. Effectively 2 dataflows at that ingest and a 3rd that does the transform.



Ben Dobbs

LinkedIn | Twitter | Blog

Did I answer your question? Mark my post as a solution! This will help others on the forum!
Appreciate your Kudos!!

Helpful resources

Announcements
FabCon Global Hackathon Carousel

FabCon Global Hackathon

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors