Forum Discussion
Azure Git source control failing on live connection reports
Please open the definition.pbir, go to the connection string, you will find the workspace name.
Please replace the %20 withe normal space.
For example, instead of: "Sales%202023" use "Sales 2023". In general, it should be URL-decoded.
Is it the same connection string Power BI Desktop exported? if yes, I will take it with Power BI Desktop team.
- BvS3 years agoFrequent Visitor
alihm could you please verify this workspace behavior?
So i checked the PBIR in the azure git server and this does contain the %20 as the workspace name contains spaces, after removing this within the git server the report was able to be pulled to the powerbi workspace without errorHowever this presented an new issue.
When the report was pulled to the powerbi workspace, it also updated the report there by changing the connection data from By Path: Null and the live connection data, to an local path ..\DATAMODEL.Dataset which makes the report now import the data from datamodel which is in the same local repository and workspace. This action is forced by the workspace and ive tried to undo this but then it just redoes this action.
Below an screenshot from the git server