Real-Time Data Analytics with Power BI | Azure Stream Analytics Job | Power BI | BI Consulting Pro

preview_player
Показать описание
Join this channel to get access to perks:

Real-Time Data Analytics with Power BI | Azure Stream Analytics Job | Power BI | BI Consulting Pro

In this video, you'll learn to create a real-time data analytics dashboard in Power BI using the Azure Stream Analytics job and an IoT Device Simulator.

T-SQL Query:

SELECT
System.Timestamp AS WindowEnd,
AVG(temperature) as Temperature
INTO PowerBIOutput
FROM IotInput
GROUP BY
TumblingWindow(second, 2)

******Ace in your career with our online courses on Udemy ******

**********************Important Links ************************

******************************************************************

************************************************************************
☎️ LET'S CONNECT!
************************************************************************

#azure #realtime #PowerBI #BIConsultingPro

-~-~~-~~~-~~-~-
Please watch: "Microsoft Azure Synapse Analytics Tutorial | Azure Synapse Studio |BI Consulting Pro |Azure Tutorial"
-~-~~-~~~-~~-~-
Рекомендации по теме
Комментарии
Автор

Please don't forget to share your feedback!

BIConsultingPro
Автор

Hey sir, I have a question about the output. I've so far set up everything as shown but the output is giving me an issue. I try and change "Provide Power BI settings manually" to "Select Power BI from your subscriptions" however when saving the changes it just reverts back to the first option. Any Idea why?

Strikefreak.
Автор

Can we connect live stream data into python as well? Like on Jupiter notebook to do data analysis.

nishushroff
Автор

Can i use azure stream analytic dataset as directquery

sankeerthchiliveru
Автор

Are we also collecting the data in power bi ?

nishantb