Forum Discussion
performance optimisation for table visual
- 5 years ago
Anonymous
The process for the visuals to load is controled by Power Bi engine (Backend), you can't controle that nor priotirize one before the other. The user can only controle the performance of the DAX and the display of the visual. What the video is trying to present is how to normalise some visuals and to reduce the number of visuals inside one page.
I would recommend to reduce some visuals from the first page and introduce Bookmarks and Drillthrough to call for the other visuals into other pages.
Here is an example of using buttons for Bookmarks and Drillthroughs
Anonymous
The process for the visuals to load is controled by Power Bi engine (Backend), you can't controle that nor priotirize one before the other. The user can only controle the performance of the DAX and the display of the visual. What the video is trying to present is how to normalise some visuals and to reduce the number of visuals inside one page.
I would recommend to reduce some visuals from the first page and introduce Bookmarks and Drillthrough to call for the other visuals into other pages.
Here is an example of using buttons for Bookmarks and Drillthroughs
aj1973 Yes. Reducing the Visuals made a great impact on the performances. I had around 40 single card visuals and 2 multi row card which were brought down to 7 table visual which improved the performance. thanks a lot for the reply.