top of page
  • Writer's pictureHarini Mallawaarachchi

L16-Create a real-time report with Azure Stream Analytics and Microsoft Power BI


Data analytics solutions often include a requirement to ingest and process streams of data. Stream processing differs from batch processing in that streams are generally boundless - in other words they are continuous sources of data that must be processed perpetually rather than at fixed intervals.


Azure Stream Analytics provides a cloud service that you can use to define a query that operates on a stream of data from a streaming source, such as Azure Event Hubs or an Azure IoT Hub. You can use an Azure Stream Analytics query to process a stream of data and send the results directly to Microsoft Power BI for real-time visualization.


In this exercise, you'll use Azure Stream Analytics to process a stream of sales order data, such as might be generated from an online retail application. The order data will be sent to Azure Event Hubs, from where your Azure Stream Analytics job will read and summarize the data before sending it to Power BI, where you will visualize the data in a report.



Before you start

You'll need an Azure subscription in which you have administrative-level access.



Create a Power BI workspace

Use Azure Stream Analytics to process streaming data

Visualize the streaming data in Power BI




1 view0 comments

Recent Posts

See All

Comments


bottom of page