Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now! Learn more
Hello everyone!!
I have a power BI report that works perfectly, however, a day ago there was a few changes in a dataset table, a user deleted some rows.
I strarted receiving alerts with timeout error in power bi service and when I tried to refresh the report in power bi desktop, it doesn't refressh, only loads the data from tables but doesn't syncronize the schema.
How can I fix this error?? I'm using import mode and there are big tables, but the report worked perfectlly!!
Hello @Jmrc16,
Hope everything’s going great with you. Just checking in has the issue been resolved or are you still running into problems? Sharing an update can really help others facing the same thing.
Thank you.
Since you are using an API connector (Airtable), there is no Query Folding. You must filter at the source. Could you check the size of the tables? If they are massive, you should create a View in Airtable that contains only the fields required for your report. This dramatically reduces the amount of data Power BI has to download and process, which should resolve the timeout.
Also, complex relationships can also cause refresh failures and performance issues, especially with large tables:
Are you using a Star Schema? This is vital for performance.
Do you have any Many-to-Many or Bi-directional (two-way) relationships? These should be minimized as they put a heavy burden on the VertiPaq engine during both refresh and report interaction.
Hi @Jmrc16,
Thank you for posting your query in the Microsoft Fabric Community Forum, and thanks to @Irwan, @ChielFaber, @Zanqueta & @cengizhanarslan for sharing valuable insights.
Could you please confirm if your query has been resolved by the provided solutions? This would be helpful for other members who may encounter similar issues.
Thank you for being part of the Microsoft Fabric Community.
What's the data source? Can you try connecting a new PowerBI file to a single (or all) table from the source to check if this loads without any problems.
I'm pulling data from Airtable using the API.
I have already deleted the measures table and the tables with data was loaded. However, when I build the measures table again, the refresh doesn't load.
hello @Jmrc16
if your user only deleted the row, it should not affect the table structure. unless your user change column such as removing column or renaming header name.
refreshing in power query only for preview and it only show partial of your data. if the error is outside the preview, then it will show no error until the whole data was imported to power bi.
as many experts here mentioned, you need to share what error do you get.
if there is an error in power bi service, power bi will send an error notification either to email or in workspace.
Thank you.
This is the message that I received when the refresh failled and when I try to refresh manually.
hello @Jmrc16
try reading these posts, maybe there is a solution matched to your case.
Solved: Connection Timeout Issue - Microsoft Fabric Community
Solved: The XML for Analysis request timed out before it w... - Microsoft Fabric Community
Solved: The XML for Analysis request timed out before it w... - Microsoft Fabric Community
Thank you.
Could you share the error-message that you recieve when you refresh the report?
When I refresh in power querry, the tables are loaded, but when I try to do it in view mode, it stills loading eternally.
If I try to refresh in power bi service, it returns a timeout error.
Hi @Jmrc16
Troubleshoot refresh scenarios - Power BI | Microsoft Learn
If this response was helpful in any way, I’d gladly accept a 👍much like the joy of seeing a DAX measure work first time without needing another FILTER.
Please mark it as the correct solution. It helps other community members find their way faster (and saves them from another endless loop 🌀.
All the tables still having the same structure, only some rows was deleted.
When I refresh in power querry, the tables are loaded, but when I try to do it in view mode, it stills loading eternally.
If I try to refresh in power bi service, it returns a timeout error.
Hi,
Instead of clicking directly to the "Refresh" button, try "Schema and data" under the Refresh. This will first update the schema then the data.
That is what I tried, but it doesn't work and it stills loading .
Since you are using an API connector (Airtable), there is no Query Folding. You must filter at the source. Could you check the size of the tables? If they are massive, you should create a View in Airtable that contains only the fields required for your report. This dramatically reduces the amount of data Power BI has to download and process, which should resolve the timeout.
Also, complex relationships can also cause refresh failures and performance issues, especially with large tables:
Are you using a Star Schema? This is vital for performance.
Do you have any Many-to-Many or Bi-directional (two-way) relationships? These should be minimized as they put a heavy burden on the VertiPaq engine during both refresh and report interaction.
The Power BI Data Visualization World Championships is back! Get ahead of the game and start preparing now!
| User | Count |
|---|---|
| 38 | |
| 36 | |
| 33 | |
| 33 | |
| 29 |
| User | Count |
|---|---|
| 132 | |
| 90 | |
| 81 | |
| 66 | |
| 65 |