The problem occurs in several reports that are connected to the same model and also in one test report that is connected to a different AAS model.
- The complexity of the measure does not matter (it can be a simple measure that returns “abc” string)
- If you add a measure to the visual where only one fact/dimension table is used – everything works fine
- The problem arises when columns from multiple tables are included in the visualization with measure:
- If the tables included are small, it takes a few minutes for the visualization to load (before the problem occurred it took only a few seconds to load)
- If the tables included are relatively big, the visual is loading forever and after some time (about an hour) it throws an error message “Visual has exceeded available resources”
The problem occurs both in the PBI service and desktop for all users.
Any ideas?
5 Comments
- v-cazheng-msftCommunity SupportStatus changed:NewtoInvestigating
Hi MartynaM
Based on your description, I think you need simplify your Measure, including simplify its calculation and the data amount. Meanwhile, you may use Performance Analyzer to help you identify how long your dax formula or data query will take. For more details, you can refer Use Performance Analyzer to examine report element performance in Power BI Desktop - Power BI | Microsoft Docs
Best Regards,
Community Support Team _ Caiyun
- MartynaMNew Member
As I mentioned in the description, the complexity of the measure does not matter. The problem also occurs when a measure that returns an empty string "" is added to the visualization.
Performance Analyzer cannot help in this case. When a timeout occurs, the results of Performance Analyzer are not available.
- v-cazheng-msftCommunity Support
Hi MartynaM
Thanks for your reply. May I know how you create the relations for these tables? Is the logic of your RLS complicated? Is the amount of data to be queried relatively large? Is you reduce the data amount by set filters in Filters Pane, will you get the same issue?
Best Regards,
Community Support Team _ Caiyun
- MartynaMNew Member
When I apply a filter to the visualization to show only one row, it takes about 5 minutes to load so I have the same issue even after reducing the data amount.
The relations between tables are based on PK-FK, which are taken from a data warehouse.
- v-cazheng-msftCommunity Support
Hi MartynaM
Thanks for your reply. If so, I do suggest you opening a support ticket by following the steps in blog below and there will be a support engineer help you on this issue.
Best Regards,
Community Support Team _ Caiyun