Windows Task Manager: SQL Server Analysis Services processes associated with open PBIX datasets
When used as a dataset rather than a report with a live connection, an open Power BI Desktop file includes an instance of SQL Server Analysis Services (SSAS). Therefore, all data model objects (including DMVs) contained within a Power BI Desktop file can be accessed as an SSAS Data Source. For example, SQL Server Profiler, SQL Server Management Studio, and Microsoft Excel can all reference the same port and catalog name to establish a connection to the data source. Additionally, the same approach in this recipe is applicable to Power ...