Forum Discussion
Shared Dataset visuals failing - original dataset functions correctly (BigQuery Datasource)
Hi accortdr ,
Could you please explain the first question with more details? Sorry I cannot understand it correctly.
The performance analyzer is a tool, built in to Power BI, that can help you to find different aspects that make your report to run slowly.A great video of the Performance Analyzer by SQL BI can also be foundhere.
For each visual, we can see three headers as well as a number besides them:
- DAX query
- Visual display
- Other
More details: Tips to increase the performance of your Power BI Reports
Optimization guide for Power BI
Boost the performance of Power BI with these analyzer tools
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- accortdr4 years ago
Helper I
Thanks Anonymous ,
Performance Analyzer:
I've used the performance analyzer, but the "Dax Query" is the full query made back to the query engine, which is kind of useful, but I have 15 measures or so which I am not able to differentiate between in the PA output. This makes it difficult to debug / optimzie my individual measures.
Could you please explain the first question with more details? Sorry I cannot understand it correctly. :
- When I publish the original report (import connection to BigQuery), the report renders correctly in the Power BI service. Lets call it Report A + Dataset A
- I developed a second report (live connnection to Dataset A) that has all the same visuals as Report A. This live connection report exceeds the visual's resources (see below for error message).
- This is confusing because the original report works fine, but when I create live connected reports off of that original dataset, it breaks down.
- Please let me know if that still needs further clarification.
- Anonymous4 years agoNot applicable
Hi accortdr ,
the issue occurs when a visual has attempted to query too much data for the server to complete the result with the available resources.
As suggested in the error, you may need to try filtering the visual to reduce the amount of data in the result currently.
More details: Troubleshooting tile errors
Here is a blog, please refer to it to see if it helps you.
The “Visual Has Exceeded The Available Resources” Error In Power BI
- Tune the DAX calculations used in this visual
Best Regards
Community Support Team _ Polly
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- accortdr4 years ago
Helper I
Anonymous - Understood, thanks for the resources. The part that is confusing is the original report (import mode) works. I only seem to max the resources on the live version connected to the original dataset.
Are there different limits based on the storage mode?