Forum Discussion
dendenharmet
3 years agoFrequent Visitor
Workspace with Git Integration Errors - Trying to sync thin report into the workspace.
A little background: I am developing Power BI thin report by separating datasets and reports. I am able to commit and push both the dataset and report layer into the Azure DevOps git repo. Now, I...
- 3 years ago
I do not see your connection string, maybe the FolderDisplayName is the connection string is url-encoded?
Can you decode the value and use the decoded value?
For example, instead of using %5BContext%5D%20ABC, try using [Context] ABC.
alihm
3 years agoPower BI Team
I do not see your connection string, maybe the FolderDisplayName is the connection string is url-encoded?
Can you decode the value and use the decoded value?
For example, instead of using %5BContext%5D%20ABC, try using [Context] ABC.
dendenharmet
3 years agoFrequent Visitor
THANK YOU! It works! I copied the proper name of the workspace (without the special characters) then I am able to sync without any issues!