Forum Discussion
Newer version error, though not really new!
- 2 years ago
By default the May 2024 version of Desktop for RS will create files with a version of 1.28, but I think you also need to remove the "DAX Queries" folder from inside the pbix file to stop desktop from resetting the version to 1.31
I used HxD hex editor and altered Version file to show 1.30 instead of 1.31 and now RS accepts file with absolutely no problem. The only issue remaining is when I open file using Desktop RS and save it, it reverts to 1.31 and I have to mangle Version file each time I want to upload it. But I want to thank you for your idea which led to solution to my problem 🙏
By default the May 2024 version of Desktop for RS will create files with a version of 1.28, but I think you also need to remove the "DAX Queries" folder from inside the pbix file to stop desktop from resetting the version to 1.31
- mohammadjavaher2 years agoHelper I
Many many thanks! You are a genius! I removed "DAX Queries" folder and when saved file, it reverted version back to 1.28!
- yioann2 years agoFrequent Visitor
I had exactly the same issue. And it's been resolved by removing the DAX Queries folder.
- lunaliu1 year agoFrequent Visitor
Hello, I have met the same issues. Where can I find the "DAX Queries" folder?
- ferenc_szabo_hu1 year agoFrequent Visitor
You need to rename the pbix file to zip, and open it as a zip file.
After deleting the folder in question, rename it back with .pbix extension.- lunaliu1 year agoFrequent Visitor
Thank you, it worked!