Connect Application Insights with PowerBI using Application Insights Query

I'm a software consultant who loves to build projects and share my learnings on this blog.
Search for a command to run...

I'm a software consultant who loves to build projects and share my learnings on this blog.
How to make a cross connection between two tenants when data is present in AppInsights in Tenant1(PME domain) and want to show PowerBI report in tenant2 (CORP domain) using Application Insights Query?
Azure Functions is a powerful serverless compute platform, and Azure App Service handles a lot of the underlying configuration for you out of the box. However, there are scenarios where you may want t

If you’ve been exploring Azure AI learning paths or watching older demos, you’ve probably run into something confusing: The documentation and training links often reference Foundry (Classic) But the portal you’re using today might show Foundry (New...

In today's digital age, speed is paramount for web and mobile applications. Users expect instantaneous responses, and any delay can lead to a poor user experience and loss of engagement. Therefore, as developers, it's crucial to build web APIs that a...

Loops are fundamental constructs in any programming language. But have you ever wondered if there are any performance differences between them? For small collections, the difference might be negligible, but what about handling a million or 10 million...

When using an Azure Function app, it is necessary to connect it to a storage account, often referred to as Host storage. This storage is utilized by the Functions runtime, as well as by various triggers and bindings to coordinate between multiple run...

Application Insights is an extensible Application Performance Management (APM) service for web developers building and managing apps on multiple platforms. In layman's terms application insights, commonly called as app insights is used to get detailed, accurate and deep insights (understanding) of your application. App insights can help in various scenarios like from understanding the root cause of an issue to finding the number of users visiting your application. The use cases for app insights are endless. A glimpse of some of the things app insights can monitor are:
Now the majority of these insights are aimed at the development team, but these data can also add huge value to the business owners as that will help them understand the application better (e.g. No of users using the application). But this poses a challenge, you can't show a table full of data to your business owners; they won't understand anything, they need a summarized version of the data and even better a visual representation of that data. That's were PowerBi comes into the picture. Power BI is a business analytics service provided by Microsoft, which provides interactive visualization with self-service business intelligence capabilities.
This blog aims at visualizing the insights received from App insights via PowerBi.
To get started, you need an app insights which receives telemetry of your application and the desktop version of PowerBi.










That's it. You have connected Application Insights with PowerBI using Application Insights Query and API key.