Forum Discussion
3rd Party API with Live connection refresh on each request
Hi viveknarang,
Generally, when we use the Web connector to retrieve data, only import mode is support. We need to set schedule refresh or manually refresh to update data.
For your requirement, you can create a streaming dataset and create dashboard tiles from this dataset, see: https://docs.microsoft.com/en-us/power-bi/service-real-time-streaming
To create a streaming dataset for the data source in your scenario, you can try below methods:
1. You can utilize Microsoft Flow get data by calling this 3rd party REST API, then push data to Power BI as a streaming dataset, see: https://powerbi.microsoft.com/en-us/blog/push-rows-to-a-power-bi-streaming-dataset-without-writing-any-code-using-microsoft-flow/
2. You can use Power BI REST API to push the retrieved data to Power BI service. But this requires coding skills. See this example: http://community.powerbi.com/t5/Developer/Stream-Dataset-for-local-SQL-Server-Database-Query/m-p/107540/highlight/true#M3754
Best Regards,
Qiuyun Yu
- viveknarang8 years agoFrequent Visitor
Hi v-qiuyu-msft
Thanks for your reply i did considered same approch before putting up the question .
We wanted a real time data and also person generating /desiging report should be able to change the dynamic parameters which is again disabled once we publish to power BI service ,Can there is way we request data through api by changing parameters .
- v-qiuyu-msft8 years agoCommunity Support
Hi viveknarang,
Parameters tab does work on Power BI service now. You can modify the value from 19886 to another value, then Apply button is available.
Best Regards,
Qiuyun Yu