Forum Discussion
Publish dataset error - set up with cloud refresh
XchangeVisions
Were you able to find a solution to your issue? I'm running up against the same problem. I'd like to stop using cloud refresh and just publish directly to the workspace, but can't find a way to disable it on the PBI service side.
Nope, I'm still not able to disable it and publish directly.
- steveplatz24 years agoFrequent Visitor
I found a "workaround" for my situation, but it might not be valid in yours.
My workspace was part of a deployment pipeline. The datasets and reports with cloud refresh were all published in the dev workspace. When that workspace was pushed to test, power bi removed cloud refresh, since the data is local to the workspace.
What I did was:
1. Publish all changes to test workspace
2. Removed everything from the dev workspace
3. Used the "Deploy to previous stage" feature of the pipeline to copy everything back to dev and maintain the connections to the reports and datasets in test
I could not find a way to disable cloud refresh otherwise.
- XchangeVisions4 years agoFrequent Visitor
Thanks for this response!
It's not a solution I could use as the workspace is not configured with deployment pipeline, but this might help others facing the same so thanks for the response.