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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
mjoseph111
Frequent Visitor

Report Refresh Failures

We are encountering a rising number of issues related to dataset refreshes in our Power BI environment from last 2 days, Our organization operates under a Microsoft P1 license, without access to Fabric.. . Specifically, we’ve observed:

  • Delays in refresh start times
  • Timeout errors occurring across multiple reports

1.  Can anyone help me identify the underlying cause of these refresh failures?

2. What steps can we take to reduce the frequency of these errors and enhance overall refresh performance?

This is the error message got from refresh history

Data source error:

{"error":{"code":"DM_GWPipeline_Gateway_DataSourceAccessError","pbi.error":{"code":"DM_GWPipeline_Gateway_DataSourceAccessError","parameters":{},"details":[],"exceptionCulprit":1}}} Table: DeptMaster.

  
 

 

  

Time:

2025-09-03 20:36:36Z

Details

#

Type

Start

End

Duration

Status

Error

1

Data

9/3/2025, 4:36:31 PM

9/3/2025, 4:36:36 PM

4s

Failed

(Show)

1 ACCEPTED SOLUTION
mjoseph111
Frequent Visitor

Thanks @vivien57  @Shahid12523  @v-agajavelly and @danextian  for the valuable inputs here.
I've identified the root cause of the failure; it was due to a service interruption that occurred on September 3rd. That disruption directly led to the issue we experienced.
If there's a service interruption or issue with the Power BI cloud service, you can monitor its status by visiting the support page Microsoft Fabric service status  This support page provides real-time updates and helps identify any ongoing disruptions.

Thank you all for your support and patience while I investigated. Much appreciated!

View solution in original post

8 REPLIES 8
v-agajavelly
Community Support
Community Support

Hi @mjoseph111 ,

Thanks for the update and great to hear you were able to trace this back to the service interruption on Sept 3rd.

Also big thanks to super users for sharing valuable troubleshooting guidance here.

Yes, for future reference, checking the [Microsoft Fabric service status page] is the right step whenever you suspect a cloud-side issue. That way you can quickly confirm whether it’s a platform disruption vs. a tenant/model-specific refresh issue. Marking this one as resolved.

Regards,
Akhil.

mjoseph111
Frequent Visitor

Thanks @vivien57  @Shahid12523  @v-agajavelly and @danextian  for the valuable inputs here.
I've identified the root cause of the failure; it was due to a service interruption that occurred on September 3rd. That disruption directly led to the issue we experienced.
If there's a service interruption or issue with the Power BI cloud service, you can monitor its status by visiting the support page Microsoft Fabric service status  This support page provides real-time updates and helps identify any ongoing disruptions.

Thank you all for your support and patience while I investigated. Much appreciated!

v-agajavelly
Community Support
Community Support

Hi @mjoseph111 ,

Thanks @vivien57  @Shahid12523  and @danextian  for the valuable inputs here.

As per my knowledge , I just want to add that the refresh failures you’re seeing.
(DM_GWPipeline_Gateway_DataSourceAccessError) are generally tied to capacity strain on P1 in the Gov cloud. The suggestions already shared (staggering refresh times, using incremental refresh, optimizing Power Query/M models, and monitoring via Premium Capacity Metrics App) are the recommended approaches to reduce these errors.

@mjoseph111  did you already try staggering your refresh schedule and/or enabling incremental refresh on the larger models? That usually provides the most immediate relief in environments where scaling up (e.g. moving from P1 → higher capacity) isn’t an option.

If these don’t help, then unfortunately there isn’t a separate “fix” specific to sovereign cloud beyond optimization and capacity management, since the service operates with those constraints.

Regards,
Akhil.

Thanks for your response. Refresh intervals are already distributed. 

danextian
Super User
Super User

Hi @mjoseph111 

Many possible reasons:

  • Complex queries
  • You're making Power Query all or almost all transformations instead of doing it upstream
  • High cardinality columns such as datetime. Split them into date and time columns. If you don't need the seconds, remove the as well.
  • Merge - fine with small data but can contribute to slow refresh with large data
  • Wide tables - do you need all the columns?
  • Expensive DAX queries - you have a dedicated capacity which is shared across data refreshes and rendering of visuals

Or maybe you'll need a higher capacity because it is currently being stretched to its limits with the number of users and reports.





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.
Shahid12523
Community Champion
Community Champion

Your refresh failures are likely due to P1 capacity strain (too many concurrent refreshes, heavy models, or schedule collisions).

Fixes:

Stagger refresh times

Use incremental refresh

Optimize models (smaller, fewer columns)

Monitor with Premium Metrics App

Reduce refresh concurrency

Scale up or enable autoscale if needed

Shahed Shaikh
vivien57
Impactful Individual
Impactful Individual

Hello @mjoseph111 

 

Can you send us some screenshots of the error messages?

 

By the way, if you are on P1, you will need to consider switching to F64.

 

https://powerbi.microsoft.com/en-us/blog/grace-period-for-transitioning-from-power-bi-premium-to-mic...

 

Feel free to give me a kudo if my answer helps you.

 

Vivien 

This doesn't apply to us, we are on sovereign cloud (government cloud). i will add some screenshots soon.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

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 Kudoed Authors