Forum Discussion
Salonic
9 years agoResolver I
Power BI desktop : Query Log
Hello, In PowerBI DeskTop, when querying in a cube SSAS in mode import, is there any possibilities to see what are the queries send to SSAS ? We are facing some performance problems in using ...
- 9 years ago
There's no query log on Power BI side. You may try to generate Trace for long queries via Power Query. See:
However, you can use SQL Profiler to monitor the Query sent to SSAS server. You just need to filter the ApplicationName like "Power BI" in column filter to show events related to Power BI only.
Regards,
v-sihou-msft
9 years agoMicrosoft Employee
There's no query log on Power BI side. You may try to generate Trace for long queries via Power Query. See:
However, you can use SQL Profiler to monitor the Query sent to SSAS server. You just need to filter the ApplicationName like "Power BI" in column filter to show events related to Power BI only.
Regards,