Power BI Real-Time Streaming with SQL Data using Azure Stream Analytics Job

214 Views Asked by At

I am new to Azure Analytics. My Issue is to unable to connect to Power BI with Stream Analytics Job. FYI, I can't edit configuration files of my IoT devices. I only have my Sensors data in SQL Server. I want that data to be live stream to Power BI using Azure Analytics Job. I have already created SQL Database in Azure. I am struck at passing the Input, Output and Query details with reference to the SQL Data. Please help me to get out of it. Thanks in Advance...!

1

There are 1 best solutions below

1
Vamsi Bitra On

In Stream Analytics Job, give reference of your SQL

Go to Inputs >> Add reference input >> SQL Database

Ref1

And fill in all the details of database, create delta query, and click on save.

For output:

Go to Output >> Add >> Power BI

Ref2

And fill in all the details of Power BI like Dataset name, table name output alias and obtain authorization to connect to Power BI using your own user identity.

Please refer the below links for more information :-

Use reference data from a SQL Database for an Azure Stream Analytics job provided by Microsoft

Stream Analytics and Power BI: A real-time analytics dashboard for streaming data provided by Microsoft