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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

Power BI report refresh causing server to move at a crawl

Is there anyway to reduce the load on the server for large datasets?  It seems to spike right when it is refreshing the power bi reports on our end.
I'm opperating on an SQL server, with an on-premise gateway. It is used for other things then just Power BI.  The problem seems to stem from the automated refreshes I set up for the reports.  Is there a way to keep them up to date but reduce the loads on our server?  Any tips and tricks to help with performace for the server?

1 ACCEPTED SOLUTION
TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

To reduce the work on the SQL Server, many methods options. First, we can reduce the dataset size, we can remove some useless column in the dataset, we can also do some calculation in the SQL Server rather than PowerBI, then push the result to PowerBI, we can prepare this part of data when the server is free.

The second method looks at the SQL Server end, we can consider creating a read-only replica on SQL Server with the Always-On solution for report usage. This will reduce the work on the Primary server.

Best Regards,

Teige

View solution in original post

2 REPLIES 2
TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

To reduce the work on the SQL Server, many methods options. First, we can reduce the dataset size, we can remove some useless column in the dataset, we can also do some calculation in the SQL Server rather than PowerBI, then push the result to PowerBI, we can prepare this part of data when the server is free.

The second method looks at the SQL Server end, we can consider creating a read-only replica on SQL Server with the Always-On solution for report usage. This will reduce the work on the Primary server.

Best Regards,

Teige

Anonymous
Not applicable

When you say dataset do you mean the dataflow data itself or the data once it is pulled into the Power BI report?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors
Top Kudoed Authors