Forum Discussion
michal089
7 years agoFrequent Visitor
How to decompress DataModel from PBIX file.
Hi, Recently I have played around with .pbix files. I've tried to unzip the file and open DataModel. The main obstacle is that I can only read "This backup was created using XPress9 compression."...
captnchris
4 years agoNew Member
The .pbix is a PkZip format that can be unzipped with pkzip, winrar, 7z...
Open a .pbix with text editor a you'll see it starts with a "PK<etx><eot>..."
The inner files are compressed in different format ... that I am also looking on how to ... 😊