Forum Discussion
Unable to refresh/schedule refresh WEB API call on Power BI service.
Hi dheeraj_pareek,
There's some limitation with Web.Content(), as a workaround, please refer to this documentation.
Regards,
Jimmy Tao
Hi Jimmy,
Thanks for update.
Please provide link for reference document.
Thanks
- v-yuta-msft8 years ago
Community Support
Hi dheeraj_pareek,
Sorry, you can refer to this blog: https://blog.crossjoin.co.uk/2016/08/23/web-contents-m-functions-and-dataset-refresh-errors-in-power-bi/.
Regards,
Jimmy Tao
- dheeraj_pareek8 years agoFrequent Visitor
Hi Jimmy,
Thanks for adding the link.
I have gone through this link and checked the work around mentioned to pass parameters in the web URL.
I am facing 2 main problem, which is as follows:
1. We need to pass the "authentication token" inside the header of web url to get the information from REST API.
Do we need to configure this "authentication token" in power bi service as well?I did not find any configuration area on power bi service for this.
2. when we configure some web link in data gateway it gives below mentioned error.
Error details: "Failed to update data source credentials: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel"
We have alredy configured the self siged certificate on the development machine on which we are using the power bi desktop and service.
Is the above mentioned error is due to ssl certificate?
Can you please provide some help on these issues?
Thanks- v-yuta-msft8 years ago
Community Support
Hi dheeraj_pareek,
Please click dataset->settings->datasets->data source credentials to check if the credential option exists. Also please check if your browser supports SSL/TLS secure channel or not.
Regards,
Jimmy Tao