Forum Discussion
Stop loading all data in Live Connection in every controls refresh
Hi,
I use Analysis Services and Live connection with my reports.
I have problem with poor performance of the report. In my report I have collapsible filters.
All translated texts in the report are loaded from Analysis Services every time when I expand and collapse filters in the report.
Question: is there possibility to not load these translation data always when I show and hide translated labels (there are Card or Advanced Card controls).
4 Replies
- Icey
Community Support
Hi Anonymous ,
You can try to disable interactions between your translated text visual and your filter.
For details, please refer to this document: Change how visuals interact in a Power BI report.
Best Regards,
Icey
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
- jessegorter
Helper I
The question is; when you change a filter, does it need to filter the text? You cannot only do a data refresh when you unhide/collapse data as far as I know.
If the data labels do not need to be filtered, either change the relationships between tables or change filter interaction, shown above.
- Icey
Community Support
- AnonymousNot applicable
When I precisely analysed Performance analyzer logs I saw that not loading data from Analysis Services is a problem.
The problem are custom controls that I have on the report, like: Advance card, Chiclet slicer and Hierarchy slicer.
So I will focus on different issue.
Thank you!