Semantic Model and Report Syncing Issues with Git Integration
I have a workspace integrated with an Azure DevOps repo. When I update my workspace after committing a new .pbip file to the repo, it appears that the semantic model syncs but immediately has uncommitted changes and the report fails to import completely. The report id in the error message does not match the report id in the .pbi folder in the repository. Is anyone else encountering the same issue? Is it possible the uncommitted changes to the semantic model are in conflict with the incoming report and that's causing the failure?
4 Comments
- AnonymousNot applicable
Hi tiger_user_12 ,
I can give you some suggestions:
Before attempting to sync again, review the uncommitted changes in your semantic model. Determine if these changes are expected or if they result from the sync process. If they are not needed, consider reverting these changes to ensure your workspace and Git branch are in a consistent state.
Verify if there are any conflicts or inconsistencies between the .pbip file in the repo and the current state of the workspace. Look for dependencies, references, or manual changes in item definition files that might not align.
After addressing any uncommitted changes and potential conflicts, try syncing your workspace with the Git branch again. Monitor the process closely to identify at which point the uncommitted changes appear or the report import fails.
And:
Could you provide the exact error message you receive when the report fails to import?
Have you made any manual changes to the item definition files in the Git repository that might not be reflected in the workspace?
Best Regards,
Dino Tao - tiger_user_12Regular Visitor
All I have done is push a new .pbip file to the Git repository, merge it into the main branch, and then try to sync the associated git integrated power bi workspace with the main branch of the Git repository. I haven't made any manual changes to item definition files. After merging with the main branch, I have 2 files to update in the git integrated workspace. When I "Update all", it initially syncs the semantic model, but then uncommitted changes appear in the semantic model before the report imports and then the report fails to import completely. The way it's behaving seems like a bug where the workspace is making changes to files that are in conflict with the Git repository, but I can't commit those changes made to the semantic model in the workspace until the updates are complete - all I can do is revert them, and I'm back to square one with updates to sync.
The error message I get states "Report workload failed to import the report with report id X". X does not match the report id in the localSettings.json file in the Report folder in the Git repository, but I haven't made any manual changes to any item definitions.
- AnonymousNot applicable
I'm having the same error as tiger_user_12.
Error:
Cluster URI hhttps//wwabinorth-eeuropej-primary-redirect.analysis.windows.net/
Request ID 11b7da6d5220f600c51bb2597c49048d8194
Workload Error Code Report_Import_FailedToImportReport
Workload Error Message Report Workload failed to import the report with report id ccfc807cd005c9445cb883a5b96f1fea9d48
Time Thu Jun 13 2024 15:13:57 GMT+0200 (Central European Summer Time)
Scenario 1:
1. I created a report with Power BI desktop by only using Excel files.
2. I saved as PBIP with TMDL enabled to my local repo.
3. synced to my remote repo in azure dev
4. synced to my workspace via GIT integration
5. semantic model is synced, and then i get the error for the report.
Scenario 2:
1. I created a report with Power BI desktop by only using Excel files.
2. I saved as PBIP without TMDL enabled to my local repo.
3. synced to my remote repo in azure dev
4. synced to my workspace via GIT integration
5. I get another error (for my sem model):
Cluster URI https://wabi-north-europe-j-primary-redirect.analysis.windows.net/
Request ID 3984c982-6daa-1b7d-ee41-4caf50a9cc3b
Workload Error Code Dataset_Import_FailedToImportDataset
Workload Error Message Dataset Workload failed to import the dataset with dataset id 8dfb3619-30d0-4a2a-b1be-5c866c038069
Time Thu Jun 13 2024 16:23:52 GMT+0200 (Central European Summer Time)
Can someone help?
Thanks
- gjurcin_cchFrequent Visitor
I have the same issue:
1. made a new report from existing semantic model
2. save as pbip and added to my feautre branch
3. make PR which is merge into develop then master
4. master is my source branch
5. I did sync and immediatly after that I have status uncommitted on the workspace
Is there any solution that maybe we can do on the repo side? Or any other suggestions I will appriciate