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

Join 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.

Reply
Anonymous
Not applicable

Import API help

Hello all,

 

I'm trying to make use of the PBI Import in Group API but I'm having a hard time understanding how to get it to work.

 

If I'm importing a .pbix, what are the steps that I need to take to make use of the API? Do I need to encode the file? Does it have to be stored in a certain place?

 

I'm not finding any useful documentation on this, any help would be appreciated.

 

Chris

3 REPLIES 3
lbendlin
Super User
Super User

I thought the documentation is pretty straightforward.  Where are you stuck?

 

https://docs.microsoft.com/en-us/rest/api/power-bi/imports

 

Anonymous
Not applicable

@lbendlin How do I call the file that I want to import? That's the part that I'm stuck on. Where does the file need to be stored? How do I call it in the body? Does it need to be encoded? How do I encode it if it does?

Assuming your pbix file is under 1GB:

 

To import a file, request Headers should include Content-Type: multipart/form-data with the file encoded as form data in the request body.

 

https://www.w3.org/TR/html401/interact/forms.html

 

For larger files yes, you need to prepare the temporary location first.

Helpful resources

Announcements
Join our Fabric User Panel

Join our Fabric User Panel

This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.

June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

Find out what's new and trending in the Fabric community.