Forum Discussion

devnull's avatar
devnull
Frequent Visitor
4 years ago
Solved

Updating parameter in a published report

I am on Report Server version 1.12.7936.39665 and trying to update one parameter in a simple published report, with PBRS REST API (PBIRS | 2.0 | microsoft-rs | SwaggerHub) but despite the successf...
  • d_gosbell's avatar
    d_gosbell
    4 years ago

    devnull wrote:

    How can one make sure the uploaded report gets the changes as well?


    So if you want the same parameter value in your pbix file and on the server then just set the parameter in PBI Desktop before you upload it.

     


    devnull wrote:

    This couldn't be the intended feature, can it?

     


    I'm pretty sure this is by design. One of the common use cases for an admin to override a parameter on the server it's because the user only has access to a dev/test server or database. So they develop the report against that non-prod data, then they upload to the Report Server and the scheduled refresh pulls from the production database or server.

     

    When you are in this scenario and the user clicks on "Edit in Power BI Desktop" the user would need to use the non-prod parameter to make any changes to the report. If the parameter values from the server were merged in then they would get access denied errors when attempting to change anything in the queries.

     

    It can be confusing at first to see a different data when you click on Edit compared to what you see on the server, but I believe the scenario above is what they were targeting.