Forum Discussion
Renaming a report and dataset causing issue with git integration in azure devops from powerbi worksp
- Anonymous2 years ago
Hi Anonymous ,
This issue typically arises due to the way Azure Repos handles folder structures and naming conventions, especially when integrated with external services like Power BI. When you rename a report or dataset in Power BI, the change is not automatically propagated to the Azure Repos folder structure. This discrepancy leads to the CI/CD pipeline errors you're experiencing, as the pipeline is looking for the new dataset name or ID, which doesn't exist in the expected location.
I think you can try this:
Your CI/CD pipeline configuration is updated to reference the new report and dataset names.If the issue persists, consider republishing the renamed report and dataset under the new names to the same workspace, and then reintegrate with Azure Repos.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Anonymous ,
This issue typically arises due to the way Azure Repos handles folder structures and naming conventions, especially when integrated with external services like Power BI. When you rename a report or dataset in Power BI, the change is not automatically propagated to the Azure Repos folder structure. This discrepancy leads to the CI/CD pipeline errors you're experiencing, as the pipeline is looking for the new dataset name or ID, which doesn't exist in the expected location.
I think you can try this:
Your CI/CD pipeline configuration is updated to reference the new report and dataset names.If the issue persists, consider republishing the renamed report and dataset under the new names to the same workspace, and then reintegrate with Azure Repos.
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.