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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
TestCICD
Frequent Visitor

How to upload large report using API to blob location

I need to import reports between 1GB and 10GB using the API to Power BI

We have premium capacity.

 

My understanding is I have to Creates a temporary blob storage upload location for importing large Power BI .pbix files.

I can get the url using: POST https://api.powerbi.com/v1.0/myorg/groups/{groupId}/imports/createTemporaryUploadLocation

 

How do I uploaded a .pbix to this url with the API?

1 ACCEPTED SOLUTION
TestCICD
Frequent Visitor

Using the URL I got from PowerBi I made an API call with:

Method: PUT

Header: x-ms-blob-type = Blockblob

InFile= {filepath.pbix}

 

I was able to upload my document to the temporary storage

View solution in original post

1 REPLY 1
TestCICD
Frequent Visitor

Using the URL I got from PowerBi I made an API call with:

Method: PUT

Header: x-ms-blob-type = Blockblob

InFile= {filepath.pbix}

 

I was able to upload my document to the temporary storage

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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