Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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
Solved! Go to 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
Hi @leschi ,
Yes you can achive that using a PowerBI REST API
*Push datasets API -You can only use this API against the datasets created via REST API. A 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
User | Count |
---|---|
8 | |
7 | |
2 | |
2 | |
2 |
User | Count |
---|---|
6 | |
5 | |
4 | |
4 | |
4 |