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.
Use DAX Studio to examine the query that is created each time. What's the cardinality of the hierarchy levels?
- JustinDoh11 year agoPost Prodigy
lbendlin Thank you for help.
- I am not sure how to 'examine the query that is created each time'?
I have a SQL View and all four hierarchies come from same table.
- How do I find the "cardinality of the hierarchy levels"? Sorry. I am new to this concept.
Thanks.
- lbendlin1 year agoSuper User
This should get you going
Look out for excessive number of records. Those indicate likely full cartesians, stuff that usually leads to exceeding the resources.