Forum Discussion
Set Log Analytics Workspace Credentials with SP and PowerBi API
- 5 years ago
I've created a Microsoft ticket for this "problem".
They said, at the moment, it is not possible and suggested me this workaround:
I've submitted a request in PowerBi Idea:
https://ideas.powerbi.com/ideas/idea/?ideaid=d3891d93-33c4-eb11-ba5e-281878bdaa58
Thx all
I tink the problem could be solved if there is a way to programmatically set "Skip test connection".
Is there any way through PowerBi API?
- V-lianl-msft5 years agoCommunity Support
You need to leave as optional the cloud source and not add it to the gateway in order for the refresh to work.
Please refer to:
https://docs.microsoft.com/en-us/power-bi/connect-data/service-gateway-mashup-on-premises-cloud
https://docs.microsoft.com/en-us/power-bi/connect-data/refresh-desktop-file-onedrive
- stefanik5 years agoHelper I
Hi
thanks for your response. Sorry, I've read all docs but I think i missed the point.
All of my Pbix are in PowerBi Service. No physical gateways present.
What do you mean with " ... leave as optional the cloud source ... " ?
I have five Pbix that i customize (their name, connection strings, apikey .... specific for each of our customer) before publishing them to the service with powerbi api. This way, with five "templates", i can publish an update to all customers (more or less 40, so 200 pbix) with a CI/CD pipeline.
I don't have to sync my local copy with the cloud one because there is no match between the two (the published one is the customization of the local copy made by the pipeline)