Forum Discussion
Power BI Desktop Visuals slow load
- Anonymous8 years ago
You can use DAX Studio to run traces against your measures in your data model to find the issue
https://daxstudio.codeplex.com/
See this blog as a start point of how to use this feature
Quite often slow queries often relate to poorly written measures (I used to struggle with this a lot when I first started using Power BI).
Use this tool to investigate what measure is causing you issues and maybe post that query on here if you can't work out how to make the query more efficient after some googling.
Would need to know a lot more about your situation to answer see this post: https://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490
- Anonymous8 years agoNot applicable
You can use DAX Studio to run traces against your measures in your data model to find the issue
https://daxstudio.codeplex.com/
See this blog as a start point of how to use this feature
Quite often slow queries often relate to poorly written measures (I used to struggle with this a lot when I first started using Power BI).
Use this tool to investigate what measure is causing you issues and maybe post that query on here if you can't work out how to make the query more efficient after some googling.