Forum Discussion
kemppaik
5 years agoFrequent Visitor
Dataset can not be refreshed in workspace
I'm trying to generate some reports to pull from a REST API. I can get the queries to work from a desktop and refresh the data on demand with no issues. However, when the report gets published to t...
- 5 years ago
Hi kemppaik
In PBI Service the URL you are querying must be static, so you need to split the URL into the root domain, and supply everything else in the Relative_Path parameter, e.g.
api_url = "https://us.api.knowbe4.com/", RelPath = "v1/phishing/security_tests/" & PSTID & "/recipients?per_page=500", data= Json.Document(Web.Contents(api_url, [ RelativePath = RelPath, Headers = ............... ] ) )Regards
Phil
v-deddai1-msft
Community Support
5 years agoHi kemppaik ,
Would you please try to edit the privacy level in data source settings in power bi service? the operation on desktop will not effect the settings in power bi service.
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Best Regards,
Dedmon Dai
kemppaik
5 years agoFrequent Visitor
It is already the same as what is in my desktop: