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

Next up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now

Reply
RashidSaba
Frequent Visitor

Power BI dashboard refreshes partially

Hi,

 

I have an import mode setup Power Bi dashbaord. SQL tables and excels on import mode. Tables maintain daily acticity data of empoyees across globe. Now, on service the dashbaord refresh in short span of time and loads partial data (scheduled refresh). Only way to find this is go to refresh history ,check the time and do a manual refresh...again. Any way to resolve this?
I understand - data not laoding from SQL might be an issue but it was working fine till October, 2024
How do I resolve this, how do I load all the data in the dashboard.

Appreciate any help

 

1 ACCEPTED SOLUTION
R1k91
Super User
Super User

Is it SQL Server your source? Are you able to open a Profiler or an XE session to catch the events on the SQL side?

you could check the queries that are pushed to the source if they're correct and executed successfully.

has your semantic model incremental refresh enabled?


--
Riccardo Perico
BI Architect @ Lucient Italia | Microsoft MVP

Blog | GitHub

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

View solution in original post

5 REPLIES 5
v-kpoloju-msft
Community Support
Community Support

Hi @RashidSaba,

 

Thank you for reaching out to the Microsoft Fabric Community Forum.

 

We sincerely apologize for the inconvenience. After reviewing the issue of Power BI dashboard refreshes being partial, here are a few steps that may help resolve the issue.

 

  • Please determine if partial loads are occurring at specific times or for tables. Additionally, check for warnings or errors related to timeouts, resource limits, or query failures.
  • Verify if the queries are taking longer than expected. Utilize SQL Profiler or Extended Events to monitor execution. Ensure that files stored on SharePoint or OneDrive are fully synced before refreshing.
  • To improve performance in Power BI, increase the Command Timeout for large queries. Enable Batch Processing in SQL queries to prevent incomplete loads. For large tables, consider using Incremental Refresh to reduce refresh time strain.
  • When using a gateway, please ensure it has sufficient cpu or memory resources. To prevent overlapping refreshes, stagger refresh schedules if multiple datasets are being refreshed simultaneously. For those using Premium capacity, kindly review the background refresh limitations.
  • If a manual refresh loads all the data correctly, the issue could be related to the duration limits of the scheduled refresh or the prioritization of data load.

Also, please go through the below provided following links for more information:
Automatic page refresh in Power BI Desktop - Power BI | Microsoft Learn
Data refresh in Power BI - Power BI | Microsoft Learn
Troubleshoot refresh scenarios - Power BI | Microsoft  Learn

 

If this post helps, please give us Kudos and consider accepting it as a solution to help other members find it more quickly.

Thank you.

Hi @RashidSaba,

 

May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.

 

Thank you.

Hi @RashidSaba,


I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions. If my response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.


Thank you.

Hi @RashidSaba,


I hope this information is helpful. Please let me know if you have any further questions or if you'd like to discuss this further. If this answers your question, please Accept it as a solution and give it a 'Kudos' so others can find it easily.


Thank you.

R1k91
Super User
Super User

Is it SQL Server your source? Are you able to open a Profiler or an XE session to catch the events on the SQL side?

you could check the queries that are pushed to the source if they're correct and executed successfully.

has your semantic model incremental refresh enabled?


--
Riccardo Perico
BI Architect @ Lucient Italia | Microsoft MVP

Blog | GitHub

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

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