Forum Discussion

rohith351's avatar
rohith351
Regular Visitor
5 years ago

Import Power Bi Report (.pbix file) using Rest API returning an error.

I Store my PowerBI report(.pbix file) in Azure blob container in my storage account.

I have created an APP with the client ID and client secret and generates tokens from the endpoint. 
But when I calling Post an Import in Group API to import my file to my workspace using the file URL that shown in the properties, is returning an error with status code 400. 

Please explain or reach me out by helping me how to call an IMPORT API from HTTP REQUEST using body.
Waiting for your response.


This is the API url that I used rplacing The X with group ID.

 https://api.powerbi.com//v1.0/myorg/groups/XXX/imports?datasetDisplayName=mydataset001&nameConflict=CreateOrOverwrite.