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

July 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more

Reply
leschi
Frequent Visitor

Access .pbix file with .NET software

Hi,

 

is it possible to access .pbix files with an .NET program?

 

I want to programmaticly change datasources and add tables. 

I do not want to show the visuals in my software.

 

Does someone have an idea if this is possible?

 

Many thanks,

 

Leopold

1 ACCEPTED SOLUTION

Hi @leschi ,

 

The PBIX file as a collection of files and folders in a compressed zip package. If you need to manually view the contents you can rename the ".pbix" extension to ".zip" to create a .ZIP file and then extract the contents of the file.

 

Currently there is no such functionality from powerbi to access/modify the pbix file programmatically from dotnet. 

 

If you want you can request this idea in the idea forum

View solution in original post

3 REPLIES 3
Jayendran
Solution Sage
Solution Sage

Hi @leschi ,

 

Yes you can achive that using a PowerBI REST API

 

  1. Changing the data source- Use Update PBI DataSource API
  2. Creating Tables: Put Table using Push DataSet API*

 

*Push datasets API -You can only use this API against the datasets created via REST APIA normal dataset published from PBI desktop doesn't support this.

Hi @Jayendran , thanks for your answer.

But I want to change my File which i have stored on my computer not on PowerBI Online.

 

Do you have another idea?

 

Hi @leschi ,

 

The PBIX file as a collection of files and folders in a compressed zip package. If you need to manually view the contents you can rename the ".pbix" extension to ".zip" to create a .ZIP file and then extract the contents of the file.

 

Currently there is no such functionality from powerbi to access/modify the pbix file programmatically from dotnet. 

 

If you want you can request this idea in the idea forum

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

Fabric Community Sticker Design Challenge Barcelona Carousel

Fabric Community Sticker Challenge - Barcelona 2026

If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!

July Power BI Update Carousel

Power BI Monthly Update - July 2026

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

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.