Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM. Register now.

Reply
rav_nan
Regular Visitor

Renaming a report and dataset causing issue with git integration in azure devops from powerbi worksp

I have a Report and Dataset in my workspace, I have integrated it with git and all my code gets saved in Azure Repos.

Elaborating the problem statement now,

Step 1: I have a report and dataset named Daily Test.Report and Daily Test.SemanticModel

Step 2: I make a commit in Azure Repos

Step 3: A folder structure is created in Azure Rpos namely: Daily Test.Report and Daily Test.Dataset

Step 4: I rename my report and dataset to Daily Details and make a commit again.

This time the renaming of the folder structure did not happen, instead it committed the code in Daily Test.Report and Daily Test.Dataset, when i run my CICD pipelines it throws an error saying Dataset name or ID was not found. 

 

Please suggest me a solution on this ASAP. 

1 ACCEPTED SOLUTION
Anonymous
Not applicable

Hi @rav_nan ,

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.

 

View solution in original post

3 REPLIES 3
Anonymous
Not applicable

Hi @rav_nan ,

Is your problem solved, and if so, can you mark it as a solution?

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.

Anonymous
Not applicable

Hi @rav_nan ,

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 Xianda,

 

Thank you for the quick solution that you suggested. This will fix the issue. 

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors