March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
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?
Solved! Go to Solution.
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
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
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
8 | |
2 | |
1 | |
1 | |
1 |
User | Count |
---|---|
10 | |
3 | |
2 | |
2 | |
2 |