Hello Vilmanyi, Marton
I apologize for the confusion. Unfortunately, there is no direct way to export the queries behind the Azure Virtual Desktop (AVD) insights reports to Power BI. However, you can use the following workaround to extract the queries:
- In the Azure portal, go to your AVD workspace.
- Under Monitoring, select Insights.
- Select the report you want to extract the query from.
- Click the Export button and select "Export to Excel".
- Open the exported Excel file and go to the "Data" tab.
- Click "From Table/Range" to import the data into Power Query Editor.
- In Power Query Editor, you can see the query that was used to generate the report under the "Applied Steps" section.
- Copy the query and paste it into a new query in Power BI.
Note that the query may need to be modified to work in Power BI, depending on the data model and schema used in your Power BI report. Also, this method only works for reports that are generated using the "Export to Excel" feature in AVD insights. If the report was generated using a different method, such as a custom KQL query, this method may not work.
Hope this helps.