Forum Discussion

AndyDD_UK's avatar
AndyDD_UK
Helper III
3 years ago

How do Bookmarks affect performance ?

I want to allow users to switch between different graphics on the page using a bookmark (rather than parameter).

 

Bookmarked visuals are hidden when the page is loaded but do they affect performance ?

 

 

2 Replies

  • AndyDD_UK I don't think so, DAX query gets executed for each visual on the page, if visuals are hidden, the query will not get executed and will not have any impact, and once use the switch to a different set of visuals using a bookmark, queries for the those visual will be executed. You can always look at which queries get executed by turning on the performance analyzer 

     

     

    Follow us on LinkedIn and  to our YouTube channel

    I would  Kudos if my solution helped. 👉 If you can spend time posting the question, you can also make effort to give Kudos to whoever helped to solve your problem. It is a token of appreciation!

     

    Visit us at https://perytus.com, your one-stop shop for Power BI-related projects/training/consultancy.

     

     

  • AbbasG's avatar
    AbbasG
    Memorable Member

    AndyDD_UK Bookmarks will have no impact on the performance.

    Mostly Power BI performance is based on data structure, DAX queries, and a number of visuals on the report page.