I have created a report with Power BI Report Builder and published it on Power BI Service. I have found 3 steps to download report via API
- POST Request to start the process https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/ExportTo
- GET request to check the status if file is available for download https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/exports/{exportId}
- Once file is ready use GET request to download the file https://api.powerbi.com/v1.0/myorg/groups/{groupId}/reports/{reportId}/exports/{exportId}/file
Now, I have a parametrized report. I am unable to pass parameter in step 1. I have found this link https://learn.microsoft.com/en-us/power-bi/paginated-reports/report-builder-url-pass-parameters
but its not working.
I tried above steps on
What is right syntax to pass report parameter in step 1?
Add this into the body of step 1: