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."...
AlexanderK79
6 years agoAdvocate III
7-zip can do it from the command-line
add the directory where the 7z.exe lives to your PATH environment variable
change to the directory where you extracted the .pbix file
issue the command:
7z x DataMashup -o".\DataMashupDir\" -aoa
Anonymous
4 years agoNot applicable
I find that 7z won't extract it for me.
Canot open the file as archive, unfortunately.