Forum Discussion
akj2784
7 years agoPost Partisan
Real time reporting in Power BI
Hi All,
I have a requirement where I want to create a real time report in Power BI. I have my data in Azure Postgres database.
Is there any way to do that using Stream Analytics ?
I was going through the architecture of Stream Analytics and observed that input to this is Event Hub, but Event hub accepts data from any application or IoT devices.
Any ideas on how to push the data from Postgres db to Event Hub so that it can be leveraged in Stream Analytics and hence Real time reporting.
If anyone can suggest any other approach.
Regards,
Akash
1 Reply
- GilbertQSuper UserHi there
This certainly can be done via Event Hubs.
I would suggest looking at this information on how to achieve this in Azure: https://docs.microsoft.com/en-us/azure/event-hubs/event-hubs-create
That will allow you to then have an ouput from the Event Hub to Power BI.