Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
Anonymous
Not applicable

DataModel decompression

Hi,

I am trying to decompress DataModel file inside a .pbix report. It is written in the header, that the file is compressed using Xpress9 algorithm.  I tried using windows compression API but without any success. Is there any way how to decompress the file?

 

Thanks for help

Martin

4 REPLIES 4
v-xuding-msft
Community Support
Community Support

Hi @Anonymous ,

Do you want to extract data from Power BI? You can do it using DAX studio
https://www.sqlbi.com/tools/dax-studio/


this article may be helful as well - it explains how connection to local host is managed
http://biinsight.com/exporting-data-from-power-bi-desktop-to-excel-and-csv-part-2-importing-power-bi...

 

Best Regards,

Xue Ding

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Best Regards,
Xue Ding
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Hello,

thanks for the tip but i also need informations about measures and how the new columns were created. And the only place where it could be stored is DataModel and decompressing it is the only way how to get it.

Thanks for the answer

 

Martin

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

Have you tried this with a PBIX file having a "DataModel" file inside, not a "DataMashup"? 7-zip does not seem to be able to decompress "DataModel" files from PBIX files.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors