Forum Discussion
Anonymous
6 years agoNot applicable
Power BI Streaming Data set with web service API
Hi,
I have a web service which provide the json values , I need to provide the credentials to access.
My requirement is to show this values in real time dashboard using streaming dataset.
I know how to create streaming dataset in Power BI, however what is the easy ways to pass the values from my webservice to the streaming dataset created in Power BI to dispaly in streaming dashboard. I know the below options though not having that understaning. Any easy option other than the below?
- Using Microsoft Flow
- Using C sharp
- Registering APP in Power BI.
Br,
SHams
1 Reply
- v-lid-msftCommunity Support
Hi Anonymous ,
Based on this document, There are three primary ways you can push data into a dataset:
- Using the Power BI REST APIs: PostRowsInGroup or PostRows
- Using the Streaming Dataset UI
- Using Azure Stream Analytics
Best regards,