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! Learn more

Reply
pratheeban
Frequent Visitor

How to read PBIX file - DataMashup & datamodel

Hi All,

 

I want to read to read the metadata of the Power BI reports from the PBIX file... Once I unzip the file, I could see a lot of files. I am able to read the Layout file which is in JSON format.

 

But I could not read the Data Mashup and Data Model file... Please help me understand how to read the metadata from the files

 

Thanks

 

2 REPLIES 2
bcherupally
Frequent Visitor

Actually, the PBIX file is an export file and when you open the saved PBIX file it directly displays the data which is exported. Means, it doesn't query the data source unless you hit the "Refresh" button. So, the data saved in the PBIX will be part of the "DataModel" file in highly compressed format which you can't read. On the other hand, you can just read the DataMashup file partially using the 7zip tool, which allows you to atleast read the contents of the mashup query (Section1.m).

 

Thanks,

Bhargav

v-juanli-msft
Community Support
Community Support

Hi @pratheeban

Download 7-zip to your computer.

Right-click on the pbix file, select 7-zip->open archive, you can open the window below.

15.png

 

 

Best Regards

Maggie

15.png

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 Kudoed Authors