Forum Discussion
Workspace with Git Integration Errors - Trying to sync thin report into the workspace.
- 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.
I do have permission since I'm also the developer of the dataset. I'm able to create the report connecting live. Basically a thin report. Then this thin report, I tried saving it again as pbip file, did commit and push but I still get the same error "Something went wrong".
I checked the definition.pbir and it matches the datasetID that I can connect. Not sure what I'm doing wrong with the thin report.
Activity ID 154687ed-abae-4e3e-99ac-05bcd0eec18d
Request ID 5e7b1d4d-57ff-9207-6165-bbff2f94c18b
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.
- dendenharmet3 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!