Forum Discussion
Odet_Maimoni
Advocate I
5 months agoIssue exporting PBIP via Fabric Studio extension in VS Code
Hi, When I try to download a PBIP from a report (not the semantic model) using the Fabric Studio extension in VS Code and choose a local dataset, I’ve noticed that it doesn’t always export the re...
- 5 months ago
Hi Odet_Maimoni ,
Using REST API or SimplePBI can help with downloading PBIX files. However, the main issue here is that the PBIP export is missing report pages in Visual Studio Code, which REST APIs don’t address.
Try re-saving the report as a PBIP from Power BI Desktop this usually resolves the problem.
I hope this clarifies the situation. If I’ve misunderstood any part of your situation, please let us know.
ibarrau
Super User
5 months agoHi. This is a third party tool so we might not get a perfect answer. Sounds like a problem. As an alternative you can use the fabric rest api. There is a python library to make it easier, SimplePBI. This article shows how to download and if you want the live or import.
I hope that helps