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

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
Priyamxylem
Frequent Visitor

Data Flow random refresh issue

For the past two months, I have been experiencing intermittent issues with the existing dataflow. At times, the refresh completes successfully, while at other times it fails with errors, even though there are no apparent issues with the connection or authentication. From a logical and configuration standpoint, everything appears to be correct.

 

The dataflow uses simple SQL tables, and authentication is configured through the Virtual Network Gateway. I would like to understand if there is any additional configuration, limitation, or factor that I might be overlooking which could be causing this inconsistent behavior.

 

@PowerBI @powerbi3 @npowerbi @powerbi2 

2 ACCEPTED SOLUTIONS
rohit1991
Super User
Super User

Hii @Priyamxylem 

 

Check gateway performance metrics, increase timeout if needed, review SQL server blocking/long-running queries, and stagger refresh schedules to avoid concurrency spikes. Also ensure the gateway and dataflow engine are on the latest version.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

View solution in original post

v-dineshya
Community Support
Community Support

Hi @Priyamxylem ,

Thank you for reaching out to the Microsoft Community Forum.

 

Please try below things to fix the issue.

 

1. Please share latest failed refresh error (ActivityId, RequestId, the pbi.error JSON).

2. Run VNet “Troubleshoot network” to both your SQL host and the Fabric endpoints on TCP/1433 and share screenshots.

3. Please confirm whether your dataflow uses referenced queries or writes to Lakehouse/Warehouse. If yes, validate that egress rule for 1433 is open from the VNet gateway subnet to Fabric.

4. If you are using Dataflow Gen1 and using OAuth. try to move the logic to Dataflow Gen2 or a semantic model to avoid mid‑stream token expiry.

5. Set up a Power Automate flow to retry once or twice on failure.

6. Filter earlier, remove unused columns, avoid bmany-to-many merges; if you are using incremental logic, ensure filters fold to SQL.

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

View solution in original post

4 REPLIES 4
v-dineshya
Community Support
Community Support

Hi @Priyamxylem ,

Thank you for reaching out to the Microsoft Community Forum.

 

Please try below things to fix the issue.

 

1. Please share latest failed refresh error (ActivityId, RequestId, the pbi.error JSON).

2. Run VNet “Troubleshoot network” to both your SQL host and the Fabric endpoints on TCP/1433 and share screenshots.

3. Please confirm whether your dataflow uses referenced queries or writes to Lakehouse/Warehouse. If yes, validate that egress rule for 1433 is open from the VNet gateway subnet to Fabric.

4. If you are using Dataflow Gen1 and using OAuth. try to move the logic to Dataflow Gen2 or a semantic model to avoid mid‑stream token expiry.

5. Set up a Power Automate flow to retry once or twice on failure.

6. Filter earlier, remove unused columns, avoid bmany-to-many merges; if you are using incremental logic, ensure filters fold to SQL.

 

I hope this information helps. Please do let us know if you have any further queries.

 

Regards,

Dinesh

Hi @Priyamxylem ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

Hi @Priyamxylem ,

We haven’t heard from you on the last response and was just checking back to see if you have a resolution yet. And, if you have any further query do let us know.

 

Regards,

Dinesh

rohit1991
Super User
Super User

Hii @Priyamxylem 

 

Check gateway performance metrics, increase timeout if needed, review SQL server blocking/long-running queries, and stagger refresh schedules to avoid concurrency spikes. Also ensure the gateway and dataflow engine are on the latest version.


Did it work? ✔ Give a Kudo • Mark as Solution – help others too!

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.

Top Solution Authors