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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
AliSafa
Advocate I
Advocate I

large amount of data impacts the server

Hi Folks,

 

what is the best solution when you have millions of rows in your dataset and you need schedule refresh, and you don't want this daily refresh to impact your server? (SQL Server in my case, we have some limitations in server-side)

how can we decrease the impact as much as possible?

 

thank you

1 ACCEPTED SOLUTION
V-lianl-msft
Community Support
Community Support

Hi @AliSafa ,

 

If the source data changes frequently or the data volume is substantial, consider using DirectQuery/LiveConnect mode instead of Import mode if the increased load at the source and the impact on query performance are acceptable.

Use DirectQuery in Power BI Desktop

These limitations might require you to use Import mode nonetheless. For very large data volumes, consider the use of aggregations in Power BI.

 

Incremental refresh is now available for both Pro and Premium capacity in Power BI. There are three main benefits for implementing incremental refresh on a dataset including faster refreshes, more reliable refreshes and, a reduction in resource consumption.

Incremental refresh 

 

Best Regards,
Liang
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

1 REPLY 1
V-lianl-msft
Community Support
Community Support

Hi @AliSafa ,

 

If the source data changes frequently or the data volume is substantial, consider using DirectQuery/LiveConnect mode instead of Import mode if the increased load at the source and the impact on query performance are acceptable.

Use DirectQuery in Power BI Desktop

These limitations might require you to use Import mode nonetheless. For very large data volumes, consider the use of aggregations in Power BI.

 

Incremental refresh is now available for both Pro and Premium capacity in Power BI. There are three main benefits for implementing incremental refresh on a dataset including faster refreshes, more reliable refreshes and, a reduction in resource consumption.

Incremental refresh 

 

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

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 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 Solution Authors