Forum Discussion
Integrating Survey Sparrow with Real-Time Intelligence
Since you will no longer be able to create new real-time semantic models in Power BI using an API as a streaming dataset, does anyone know how to integrate an API streaming dataset with real-time intelligence? For Survey Sparrow specifically. Previously, PowerBi would create a push url that I could link to the external data source, but I can't find a way to do this with Fabric.
1 Reply
- AnonymousNot applicable
Hi levans_1934_ ,
Please review the following link, hope it can help you get it.
Integrating Power BI with SurveySparrow – SurveySparrow
In addition, please check if the following one can be used as an workaround.
1. Set up an Azure Event Hub to receive real-time data from Survey Sparrow
Azure Quickstart - Create an event hub using the Azure portal - Azure Event Hubs | Microsoft Learn
2. Create an Azure Stream Analytics job that connects to the above created Event Hub
3. Create your real-time dashboard or report using the dataset created by Azure Stream Analytics
Real-time streaming in Power BI - Power BI | Microsoft Learn
Best Regards