POST /v1.0/myorg/groups/{groupId}/imports/createTemporaryUploadLocation

Create Temporary Upload Location In Group

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 In Group 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 is between 1 GB and 10 GB.

Required scope: Dataset.ReadWrite.All
To set the permissions scope, see Register an app.

Servers

Path parameters

Name Type Required Description
groupId String Yes

How to start integrating

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.