简体   繁体   中英

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

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...!

In Stream Analytics Job, give reference of your SQL

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

参考1

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

For output:

Go to Output >> Add >> Power BI

参考2

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM