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 nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
I’m working on publishing a Power BI report that includes a table visual with multiple columns sourced from different tables and data sources such as dataflows, APIs, and direct tables. The visual works perfectly in Power BI Desktop, but once I publish it to the service, I encounter an error stating that query resources exceeded the time limit—even when I limit the dataset to just 1,000 records.
The issue seems to be tied to one specific column from the API data source. If I remove that column, the report runs fine without any errors.But, I need that column included in the visual, and its presence consistently causes the timeout problem.
Solved! Go to Solution.
Hi. If it's just columns and it's mandatory the way the table looks. It sounds like you need to reconsider or redesign your data model considering this requirement. That's why it's so important to take the time to build a good start schema with the data. That would prevent this issues. If it's not a column but measure, then reconsider optimizing the code. Read about some ways to optimize engines with SQLBI blogs/videos.
I hope that helps,
Happy to help!
Hi @lcorbet
There sometimes can be underlying issues with the Power BI service which typically get resolved within a few hours. I would recommend trying to test it again tomorrow morning to see if your issue gets resolved. With regards to your error. I would highly recommend looking at the column cardinality and using something like DAX Studio in order to understand which columns are taking up the most memory in your semantic model. And your options are if it is taking a lot of memory, either to remove it as recommended or increase capacity size, or look at different ways to represent the same kind of data.
Hope everything’s going smoothly on your end. I wanted to check if the issue got sorted. if you have any other issues please reach community.
Hi @lcorbet
There sometimes can be underlying issues with the Power BI service which typically get resolved within a few hours. I would recommend trying to test it again tomorrow morning to see if your issue gets resolved. With regards to your error. I would highly recommend looking at the column cardinality and using something like DAX Studio in order to understand which columns are taking up the most memory in your semantic model. And your options are if it is taking a lot of memory, either to remove it as recommended or increase capacity size, or look at different ways to represent the same kind of data.
We had a Power BI Service user report this error yesterday afternoon on a report that has never had a problem with resources. This morning, the system is rendering very slowly. Is something going on more broadly?
Hi. If it's just columns and it's mandatory the way the table looks. It sounds like you need to reconsider or redesign your data model considering this requirement. That's why it's so important to take the time to build a good start schema with the data. That would prevent this issues. If it's not a column but measure, then reconsider optimizing the code. Read about some ways to optimize engines with SQLBI blogs/videos.
I hope that helps,
Happy to help!
Don't miss out on Data Days, June 15 through August 7. Learn Fabric, Power BI, SQL, AI and more.
Check out the May 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 16 | |
| 12 | |
| 11 | |
| 8 | |
| 7 |
| User | Count |
|---|---|
| 35 | |
| 33 | |
| 32 | |
| 29 | |
| 20 |