Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
6 years ago
Solved

Pass parameters dynamically from Power BI to REST API

Hi, I have a REST API that takes a Product name as a parameter to retrieve a whole set of measures required by my dashboard. I want to be able to allow end users to select a specific Product from...
  • Mariusz's avatar
    6 years ago

    Hi Anonymous 

     

    You can pass the parameters like in the example below, however, you will be reloading the model every time you do it.

    https://www.youtube.com/watch?v=7TfV8qTUyfU 

     

    Currently, you can not use slicers to do it as slicers work with a model that has been loaded and you are trying to pass the parameters before load

     

     

    Best Regards,
    Mariusz

    If this post helps, then please consider Accepting it as the solution.