Forum Discussion

dendenharmet's avatar
dendenharmet
Frequent Visitor
3 years ago
Solved

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...
  • alihm's avatar
    alihm
    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.