Forum Discussion
Workspace Git Integration - Unable to sync a renamed Power BI dataset and report to the workspace.
- 2 years ago
I was able to solve this by deleting the pbip and its files locally then push and merge it to the branch that is connected in the workspace.
- 2 years ago
FYI, did not work for me...
However, in local file system I tweaked
*.Dataset/item.config.json *.Report/item.config.jsonand bumped up the logical ID by one... So far no issues with this...
I was able to solve this by deleting the pbip and its files locally then push and merge it to the branch that is connected in the workspace.
FYI, did not work for me...
However, in local file system I tweaked
*.Dataset/item.config.json
*.Report/item.config.jsonand bumped up the logical ID by one... So far no issues with this...
- EvanSkam2 years agoFrequent Visitor
For whomever this may help. I was able to find the logicalID inside the .platform file inside the *.Report directory where my .pibp file is saved.
I incremented it by 1 and it allowed me to sync.
Edit:
Apparently whenever you save, the LogicalId value needs to be re-updated in the .platform file as it resets to the old value.
A tad annoying. It'd be great if duplicating reports and putting the duplicates under source code control was less fussy.