简体   繁体   中英

Catching Power BI queries

How I can catch Power BI queries on Import mode? For Direct Query I can just connect profiler to server, but for Import I have only model.

I need it to check how some complicated reports work.

You could still connect (SQL Server?) Profiler to your server, but manually trigger the Refresh - either using Power BI Desktop or from the Dataset's menu in app.powerbi.com (if using a gateway).

Note it might not give you the full picture as the Edit Queries capability can rival the most complex ETL processes - most of that wont hit your database. Probably the real answer to your 2nd para is that you need to open the source .pbix file using Power BI Desktop.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM