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

We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now

Reply
Anonymous
Not applicable

Data Mashup Unzip

Hi,

 

I need to do some automation on the data mashup file and I was reading an article

https://radacad.com/exposing-m-code-and-query-metadata-of-power-bi-pbix-file

 

Here, it says that data mashup file is  a zipped file and it has 3 files in it

  • Config
  • Formulas
  • content_types

 

But i'm not able to unzip this file. Any idea why?

 

 

 

 

1 ACCEPTED SOLUTION
TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

Based on my test, we can use the 7-zip tool to extract the file rather than changing it as a zip file.

qZ4TVGr3Nh.gif

Best Regards,

Teige

View solution in original post

6 REPLIES 6
Anonymous
Not applicable

Hi

 

I am trying to do something similar but once I modify the section.m file and try to zip it back, I am unable to open the .Pbix file. It says the file has been corrup. Any idea how to fix this @Anonymous ?

Anonymous
Not applicable

Your modification may be causing a problem for Power BI(pbix) to read it.

Anonymous
Not applicable

I am just modify a simple query section.

 

Before :

section Section1;

shared Query1 = let
Source = Oracle.Database("ABC", [HierarchicalNavigation=true, Query="select Employee_id from employees"])
in
Source;

 

After:

section Section1;

shared Query1 = let
Source = Oracle.Database("ABC", [HierarchicalNavigation=true, Query="select Employee_id,Email from employees"])
in
Source;

 

Is it possible to un-zip update this section.m file inside the DataMashup and zip it back and use it in pbix file? Any other workaround? 

Anonymous
Not applicable

Check how your editing the file. Check that the length change matches correctly with what you expected afterwared. I found that my editor (VS Code ) was adding a two Byte BOM on the front. I had to strip these to get modification to work. 

 

Jeff

Anonymous
Not applicable

Let me know if you work this out. I would also like to be able to do this.

 

Thanks

Jeff

TeigeGao
Solution Sage
Solution Sage

Hi @Anonymous ,

Based on my test, we can use the 7-zip tool to extract the file rather than changing it as a zip file.

qZ4TVGr3Nh.gif

Best Regards,

Teige

Helpful resources

Announcements
New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Join our Fabric User Panel

Join our Fabric User Panel

Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.

March Power BI Update Carousel

Power BI Community Update - March 2026

Check out the March 2026 Power BI update to learn about new features.