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

Join us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.

Reply
dendenharmet
Frequent Visitor

Workspace with Git Integration Errors - Trying to sync thin report into the workspace.

A little background: I am developing Power BI thin report by separating datasets and reports. I am able to commit and push both the dataset and report layer into the Azure DevOps git repo.

 

Now, I was able to sync the dataset folder in the same repo into the workspace. But for the report, I am getting a "Something went wrong" error without any context of the issue.

 

Is it because it's a thin report without an underlying dataset but connected live to another dataset published (synced) already in the workspace?

1 ACCEPTED SOLUTION

I do not see your connection string, maybe the FolderDisplayName is the connection string is url-encoded?

Can you decode the value and use the decoded value?

For example, instead of using %5BContext%5D%20ABC, try using [Context] ABC.

View solution in original post

8 REPLIES 8
alihm
Power BI Team
Power BI Team

You should have a file named definition.pbir in the report's folder.

definition.pbir has a dataset reference, please make sure that it refer to an existing dataset that you have access to.

It should be either a path of existing dataset folder in git, or, a valid connection string to a dataset in the portal.

I checked the git folder, and I found the definition.pbir with the connection details of the live dataset published in the Power BI workspace.

Please make sure you have access to the model in the workspace. Try to navigate to that workspace, and check if you can open the dataset with the same name. You should have Explore permissions on the dataset, to check that, you can try to right-click on the dataset and select "create report".

I do have permission since I'm also the developer of the dataset. I'm able to create the report connecting live. Basically a thin report. Then this thin report, I tried saving it again as pbip file, did commit and push but I still get the same error "Something went wrong".

 

I checked the definition.pbir and it matches the datasetID that I can connect. Not sure what I'm doing wrong with the thin report.

Activity ID 154687ed-abae-4e3e-99ac-05bcd0eec18d
Request ID 5e7b1d4d-57ff-9207-6165-bbff2f94c18b

 

I do not see your connection string, maybe the FolderDisplayName is the connection string is url-encoded?

Can you decode the value and use the decoded value?

For example, instead of using %5BContext%5D%20ABC, try using [Context] ABC.

THANK YOU! It works! I copied the proper name of the workspace (without the special characters) then I am able to sync without any issues!

alihm
Power BI Team
Power BI Team

Can you give the request Id and the activity Id from the error dialog?

Hi alihm,

 

Thank you for your response. Below are the details.

Activity ID 154687ed-abae-4e3e-99ac-05bcd0eec18d
Request ID 36fa3c96-d15c-1bef-a909-c4af4fa35584

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

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

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.