Forum Discussion
Perfomance issue while using Bookmark in Power BI Service
- 1 year ago
Did you watch the "How to optimize your DAX queries" videos? They go through the process in detail, and show you alternative code that pre-filters your data more efficiently. Reducing cardinality as early as possible is the key to success.
Did you watch the "How to optimize your DAX queries" videos? They go through the process in detail, and show you alternative code that pre-filters your data more efficiently. Reducing cardinality as early as possible is the key to success.
lbendlin I have a question. Does Bookmark's report have any issue with performance (meaning if the query comes from Bookmark, is it usually slower than other visual (not on Bookmark))?
- lbendlin1 year agoSuper User
The answer is a definite maybe. If your bookmark calls up a poorly behaving visual and/or a bad filter combination then of course it will have an impact.
Bookmarks are only memories - they record your meta data choice at a point in time. They do neither participate in the rendering nor in the caching.