POST /v1.0/myorg/imports/createTemporaryUploadLocation
Create Temporary Upload Location
Creates a temporary blob storage to be used to import large .pbix files larger than 1 GB and up to 10 GB.
To import large .pbix files, create a temporary upload location and upload the .pbix file using the shared access signature (SAS) url from the response, and then call Post Import and specify 'fileUrl' to be the SAS url in the Request Body
Note: Import large .pbix files is only available for workspaces on premium capacity and for .pbix files that are between 1 GB and 10 GB.
Required scope: Dataset.ReadWrite.All
To set the permissions scope, see Register an app.
Servers
- https://api.powerbi.com
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.