Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
We have AVD Insights which is best looking in Azure https://portal.azure.com/#view/Microsoft_Azure_WVD/WvdManagerMenuBlade/~/insights
and would like to replicate same in azure but i dont see LAW queries on the same. need help
Solved! Go to Solution.
The Azure Virtual Desktop (AVD) Insights dashboard you’re referring to in the Azure portal provides a rich, pre-built monitoring experience that leverages Log Analytics Workspace (LAW) data under the hood. However, Microsoft does not directly expose or publish the exact Kusto Query Language (KQL) queries used in that built-in AVD Insights view. This is why, when you look in your connected Log Analytics Workspace, you won’t see a pre-defined workbook or set of saved queries matching what’s displayed in the Insights blade. The built-in view is generated dynamically by Azure Monitor using internal, managed queries tied to AVD metrics and diagnostic logs. To replicate this experience, you can manually access the underlying AVD diagnostic tables in your connected LAW—such as WVDConnections, WVDCheckpoints, WVDSessions, or WVDHostInformation (depending on your configuration)—and create custom Azure Workbooks or Power BI dashboards using KQL. Microsoft also provides a few sample queries and templates in the Azure Monitor Workbooks Gallery or the AVD GitHub repository that you can adapt. In summary, while the exact queries behind AVD Insights are not public, you can rebuild much of the functionality by exploring your LAW tables and crafting your own queries or importing available AVD workbook templates from GitHub to replicate the Insights experience within your environment.
Hi @SaiPavanKumar ,
I would also take a moment to thank @Poojara_D12 , for actively participating in the community forum and for the solutions you’ve been sharing in the community forum. Your contributions make a real difference.
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions
Hi @SaiPavanKumar
I hope the above details help you fix the issue. If you still have any questions or need more help, feel free to reach out. We’re always here to support you
The Azure Virtual Desktop (AVD) Insights dashboard you’re referring to in the Azure portal provides a rich, pre-built monitoring experience that leverages Log Analytics Workspace (LAW) data under the hood. However, Microsoft does not directly expose or publish the exact Kusto Query Language (KQL) queries used in that built-in AVD Insights view. This is why, when you look in your connected Log Analytics Workspace, you won’t see a pre-defined workbook or set of saved queries matching what’s displayed in the Insights blade. The built-in view is generated dynamically by Azure Monitor using internal, managed queries tied to AVD metrics and diagnostic logs. To replicate this experience, you can manually access the underlying AVD diagnostic tables in your connected LAW—such as WVDConnections, WVDCheckpoints, WVDSessions, or WVDHostInformation (depending on your configuration)—and create custom Azure Workbooks or Power BI dashboards using KQL. Microsoft also provides a few sample queries and templates in the Azure Monitor Workbooks Gallery or the AVD GitHub repository that you can adapt. In summary, while the exact queries behind AVD Insights are not public, you can rebuild much of the functionality by exploring your LAW tables and crafting your own queries or importing available AVD workbook templates from GitHub to replicate the Insights experience within your environment.
Sorry would like to replicate in PowerBI
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.