Forum Discussion
Anonymous
7 years agoNot applicable
Power BI API Dataflow Import Operation
Hello Everyone, I'm actually working on building reports and Dashboards. I have an API (web link) that gives me new data every 10 minutes (with lists of elements) and I would like to import that...
v-yuta-msft
7 years agoCommunity Support
Anonymous ,
So the dataset is streaming, right? You can use power bi rest api to push data to dashboard in real-time. For more details about streaming dataset, please refer to doc below:
https://docs.microsoft.com/en-us/power-bi/service-real-time-streaming
Community Support Team _ Jimmy Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
7 years agoNot applicable
v-yuta-msft Thank you very much for this link. yes it's streaming. I will try this.