Forum Discussion
Chythra
2 years agoNew Member
Converting PBIX to PBIR
Hello All, I am checking the feasibility of converting a PBIX file to the latest PBIR format (not Legacy PBIR). As soon as I convert the file, I am getting the below error. Has anyone faced this ...
adetox
2 years agoFrequent Visitor
Yes! I do have a very similar error. I convert the file to PBIR, save, and then I cannot open it back "Your report has issues that cannot be resolved". Luckily I was in git and could revert back but that work of that day is lost.
Here's a piece
- Property /explorationState/sections/ReportSection3b238290658704b14cb6/visualContainers/66036d835d06cbfa645a/filters/byExpr/0/name in Bookmark3f2ce945d81929a4ca78.bookmark.json was not provided as the correct type.
So I went to the JSON and I find this piece of code
"66036d835d06cbfa645a": {
"filters": {
"byExpr": [
{
"name": null,
This "null" in the name seems the offender