Download Parametrized Report via Power BI Rest API

1.3k views Asked by At
1

There are 1 answers

1
Faisal Siddique On BEST ANSWER

Add this into the body of step 1:


{
    format: "PDF",
"paginatedReportConfiguration": {
        "parameterValues": [
            {
                  "name":"nameOfYourParameter",
                  "value":"valueOfYourParameter"
            }
        ]
    }
}