Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
Hi guys,
I have a connection to a sql table in my power bi desktop.
When i refresh in the desktop version (about 4000 rows) -> it takes less than 20-30 seconds
When i publish it on app.powerbi and refresh the datasource via the gateway ->it takes 10 minutes
Anyone know what could be happening here?
Really need some help!
Solved! Go to Solution.
HI @Anonymous
1. The data for these rows loads into memory and is uncompressed at every refresh. This processing creates huge demands for memory. The solution: use the "Top N" filter to reduce the max number of items that the table displays. You can set the max item to larger than what users would need, for example, 2000. The result is the end-user experience doesn't change, but memory use drops greatly. And most importantly, performance improves.
2. You should probably optimize your capacity, see Optimizing Premium capacities.
3. To understand gateway workloads and sizing recommendations, see On-premises data gateway sizing.
HI @Anonymous
1. The data for these rows loads into memory and is uncompressed at every refresh. This processing creates huge demands for memory. The solution: use the "Top N" filter to reduce the max number of items that the table displays. You can set the max item to larger than what users would need, for example, 2000. The result is the end-user experience doesn't change, but memory use drops greatly. And most importantly, performance improves.
2. You should probably optimize your capacity, see Optimizing Premium capacities.
3. To understand gateway workloads and sizing recommendations, see On-premises data gateway sizing.
for 1), you mean in the matrix tables that I have in my dashboard, i should filter them to show only a subset of the data?
Thanks that's helpful. How would incremental refresh be done?
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 14 | |
| 9 | |
| 9 | |
| 7 | |
| 6 |