Forum Discussion
webportal
2 years agoImpactful Individual
Real time analytics with csv file
Hello, My app is generating continuous data to a CSV file, accessible through a URL. I need to get this data into a streaming dataset, close to real time as possible, to build a Power BI dashboa...
- 2 years ago
Anonymous
Thanks, I've solved the problem by developing a web app in Python that extracts the data and sends it to a Power BI streaming dataset.
Anonymous
2 years agoNot applicable
Hi webportal,
I think you can deploy a web service or local application to extract data from the remote datasource and send request to power bi service side with API mode:
Real-time streaming in Power BI - Power BI | Microsoft Learn
Regards,
Xiaoxin Sheng