Forum Discussion

Cherubelk's avatar
Cherubelk
Frequent Visitor
1 year ago
Solved

Exporting Paginated Report to excel, pdf, and json using Power BI API, with parameters passed

Hello! I am working on using this API to export paginated reports with select parameters to excel, pdf, or json. I have this working by being able to export paginated reports that have no parameters ...
  • v-sdhruv's avatar
    1 year ago

    Hi Cherubelk
    You can try troubleshooting the issue with-

    1. Verify Parameter Names:

      • Open your paginated report in Power BI Report Builder.

      • Navigate to the Parameters pane.

      • Confirm the exact names of the parameters. Note that parameter names are case-sensitive and may include underscores or other characters.
        Power BI -Export Paginated Report.

        2.You can also Test with Known Values:

        Before deploying the solution, test the API call with known parameter values to ensure that the report exports as expected.

        Hope this helps!

        If the response has addressed your query, please accept it as a solution and give a 'Kudos' so other members can easily find it.
        Thank You