Forum Discussion

webportal's avatar
webportal
Impactful Individual
2 years ago
Solved

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

 

What's the best way to get this data into the dataset?

 

I'm trying to build it using Fabric Real-Time analytics, but I'm not sure, which data source to use.

 

Can anyone help?

Thanks!

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

2 Replies

  • webportal's avatar
    webportal
    Impactful Individual

    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.