March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
This error appeared this week in one of our workspaces when syncing a branch from the repository into the workspace.
Workload Error Code Workload_FailedToParseFile
Workload Error Message In 'report.json' and resource package 'RadarChart1446119667547' item at position '0' is missing 'name' property.
This issue did not appear before as I was able to sync my branch without issues. I looked up where this RadarChart was referenced in report.json. I also saw that RadarChart is a custom visual imported from the marketplace. However, as noted, I did not have issues syncing with the custom visual in the report.
This is the section in report.json where those packages are referenced
"resourcePackages": [
{
"resourcePackage": {
"disabled": false,
"items": [
{
"name": "CY18SU07",
"path": "BaseThemes/CY18SU07.json",
"type": 202
}
],
"name": "SharedResources",
"type": 2
}
},
{
"resourcePackage": {
"disabled": false,
"items": [
{
"path": "BulletChart1443347686880.pbiviz.json",
"type": 5
}
],
"name": "BulletChart1443347686880",
"type": 0
}
},
{
"resourcePackage": {
"disabled": false,
"items": [
{
"path": "ChordChart1444757060245.pbiviz.json",
"type": 5
}
],
"name": "ChordChart1444757060245",
"type": 0
}
},
{
"resourcePackage": {
"disabled": false,
"items": [
{
"path": "heatStreams74779FE5319F4655BE62C4C5FD0ABFB1.pbiviz.json",
"type": 5
}
],
"name": "heatStreams74779FE5319F4655BE62C4C5FD0ABFB1",
"type": 0
}
},
{
"resourcePackage": {
"disabled": false,
"items": [
{
"path": "RadarChart1446119667547.pbiviz.json",
"type": 5
}
],
"name": "RadarChart1446119667547",
"type": 0
}
}
],
The only way to make the branch sync down to the workspace is by removing the custom visuals from the report. Then I think this is a bug introduced in the Power BI service where the workspace is not able to parse a report.json file that contains custom visuals.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @tomordonezmiron ,
Thank you for sharing, for other users with similar experiences you can check the comments below. This thread will now be closed.
Best regards.
Community Support Team_ Caitlyn