HI,
I'm attempting to get some real-time metrics from Application Insights into Power BI. I'm using Continuous Export in AI to push "Exceptions" into blob storage. I'm then using Stream Analytics (using a custom JavaScript function to flatten the data), and pushing this to Power BI. This works nicely. However, I find that I have to update the page or hit refresh to get the latest information in Power BI, i.e. it is not real-time.
Note, sometimes, there are no Exceptions thrown in Application Insights, so the visualization will not change.
To create real-time metrics, I created a Dashboard and tried adding a tile from "Custom Streaming Data" . This pointed to my StreamAnalytics dataset.
In my data set, I have a count, which will always be 1 when there's an exception, and a timestamp.
If there is no data to process with a real-time card, will Power BI just show nothing, or will it show that at the current time, the Exception count was 0? I was hoping for a real-time chart that would show 1, when there was an exception, and 0 if there wasn't.
Thanks
Padda