how can I export the azure virutal desktop insight reports to powerbi?

Vilmanyi, Marton 1 Reputation point
2024-08-08T12:34:20.05+00:00

I would like to share the Azure Virtual Desktop Insight reports with management who doesn't have admin accounts and cannot access the azure portal.

I know that I can export kql queries to PowerBI, but I didn't find any way to export the Insight reports (or the queries behind the charts) to PowerBI.

How can I export these queries the most simple way?

Azure Virtual Desktop
Azure Virtual Desktop
A Microsoft desktop and app virtualization service that runs on Azure. Previously known as Windows Virtual Desktop.
1,516 questions
{count} votes

1 answer

Sort by: Most helpful
  1. vipullag-MSFT 26,211 Reputation points
    2024-08-12T11:20:14.4166667+00:00

    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:

    1. In the Azure portal, go to your AVD workspace.
    2. Under Monitoring, select Insights.
    3. Select the report you want to extract the query from.
    4. Click the Export button and select "Export to Excel".
    5. Open the exported Excel file and go to the "Data" tab.
    6. Click "From Table/Range" to import the data into Power Query Editor.
    7. In Power Query Editor, you can see the query that was used to generate the report under the "Applied Steps" section.
    8. 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.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.