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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
MathiasMoen
New Member

Auto-refresh fails occasionally

Hello,

 

I have set up a couple of reports that is connected to an on-premise sql server through a gateway. The reports updates around 6 times a day. 

The problem is that sometimes the auto refresh fails for a report, and sometimes it does not. The manual refresh always works.

The error message points to one of the tables that is imported into the report. I am not doing anything with this table, besides connecting it to other tables. I make other tables based on this table.

When importing multiple tables, is the sequence of tables important (when checking the Transform data tab) when relations between them is set up? Or are there other factors that may cause this problem? 

1 ACCEPTED SOLUTION
Akash_Varuna
Super User
Super User

Hi @MathiasMoen It might be beacuse of number of the reasons like

  • Gateway or network issues; ensure the gateway is updated and stable.
  • SQL Server timeouts; optimize queries and use query folding.
  • Concurrency; stagger refresh schedules to avoid overlaps.
  • Data model; check for complex or circular relationships.
  • Large data or transformations; simplify transformations or use incremental refresh.

I dont think it is caused by the sequence of importing tables

View solution in original post

2 REPLIES 2
MathiasMoen
New Member

Thanks for the answer.

I will do a check on the reports, and use your points as a guidance!

Akash_Varuna
Super User
Super User

Hi @MathiasMoen It might be beacuse of number of the reasons like

  • Gateway or network issues; ensure the gateway is updated and stable.
  • SQL Server timeouts; optimize queries and use query folding.
  • Concurrency; stagger refresh schedules to avoid overlaps.
  • Data model; check for complex or circular relationships.
  • Large data or transformations; simplify transformations or use incremental refresh.

I dont think it is caused by the sequence of importing tables

Helpful resources

Announcements
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.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

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

Top Solution Authors