Forum Discussion
alicialcaide
3 years agoHelper II
Power BI Service - Source Control with Azure DevOps
Hey everyone, I'm having some problems lately trying to deploy changes to my dataset from Visual Studio Code and Azure DevOps. The last error message I got is the following one: Alm...
Jannematz
2 years agoFrequent Visitor
Hello,
so I just encountered this error as well, the only google hit landed me here and I was able to solve it by doing the following:
- deleting the problematic dataset from the service (but not commiting!)
- reverting that change
- then hitting update all
Really weird error and very weird workaround. Hope this helps for anyone else!
Please note: This will make your deployment pipeline loose its bindings!
To keep the bindings you need to use XMLA and use the refresh: ClearValues Script to remove the underlying data in the dataset. See here for a in-depth solution: