Forum Discussion
Dataset can not be refreshed in workspace
- 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
Hi kemppaik ,
The error message means within the same query, you’re trying to access multiple data sources and they’ve been set up with incompatible privacy levels.
You need to head over to the Data Source Settings window and set up your ALL your data sources in that query to the same privacy level; either ALL Public or ALL Organizational.
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
I only have one data source, I've tried every privacy setting and still get the same error.
- v-deddai1-msft5 years ago
Community Support
Hi 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
- kemppaik5 years agoFrequent Visitor
It is already the same as what is in my desktop: