The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
I am getting the following error "The /$schema property in report.json must be provided as a const." when I try to reopen the report in Power BI Desktop after I making changes in workspace and pulling to local repos.
I can push changes from Local repos to Power BI workspace just fine.But when doing the other way is not working and this is the error I am getting.
I adding a screenshot of the json file where the shcema that is supposed to be missing can be seing.
Thanks for the help.
Solved! Go to Solution.
updating the schema from 1.1.0 to 1.0.0 worked for me.
updating the schema from 1.1.0 to 1.0.0 worked for me.
Hi Rico,
Thanks for taking the time to look into this issue I am having.
The JSON I added was just ti show that schema that is said to be missing is actually not missing because I can see where it is supposed to be.
Hi @misterMethod ,
According to your statement, I think you are trying to extract the Json metadata from pbix file and update it.
You may learn more about using enhanced semantic model metdata.
I think you may refer to below solved posts to learn how to extract the json file.
Solved: Export JSON script from PBIX file - Microsoft Fabric Community
powerbi - Is it possible to extract the JSON metadata from a PBIX file? - Stack Overflow
Here I suggest you to compare yours json file with another normal json file and update it.
Best Regards,
Rico Zhou
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.