Forum Discussion
Very slow visual
Hi Matt,
Thanks for your reply!
I've revised the question.
The query showed in the question is the query sent to the DB (Kusto in this case) I collected through DAX studio.
This doesn't change anything. There are two main ways you can use Power BI. Firstly you can use import mode, where all the data is loaded into a tabular data model. You can improve the performance of an import model with better DAX (assuming you have a DAX problem). The second method is direct query mode. In the second mode Power BI generates a query and sends it to the underlying database to be fulfilled. If the performance is bad then is there is an issue with the database, not Power BI. You should ask your DB developer to monitor the query going to the database and create indexes and/or other changes to improve the performance of the query.