I am working with a fairly complex (5 slicers, 13 visuals) Power BI report that is attached to an Azure SQL database via DirectQuery.
Currently, I am examining the generated SQL via the SQL Server Query Store, which works "ok", but one downside is, there's no way of knowing which visual corresponds to each SQL statement.
Is there an alternative approach to debugging SQL where I would be able to see this association, and hopefully still see row count and execution time per statement?