Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
4 years ago
Solved

Passing Slicer Selection to web application

Hi,

I have a power BI report with slicers and I want to pass the slicer selection(whatevr the values selected in slicer) to an web application.I don't want to embedd my report just want to get slicer selection


Is there any api for that? or any alternative way

 

 

Thanks in Advance.

 

  amitchandak    Greg_Deckler bcdobbs parry2k 

  • Anonymous's avatar
    Anonymous
    4 years ago

    Hi ibarrau  Thanks for the reply.
    I am able to achieve this - used dynamic URL filters with dax and passed that to a html viewer

2 Replies

  • Hi. The only way to manage that kind of things is embedding. If you want to interact with anything in the report, setting, changing, showing, hidding, etc, then you need to embed. If you change your mind and go for it, this web site can help you understand how to do it:

    https://playground.powerbi.com/en-us/explore-features

    I hope that helps,

    • Anonymous's avatar
      Anonymous
      Not applicable

      Hi ibarrau  Thanks for the reply.
      I am able to achieve this - used dynamic URL filters with dax and passed that to a html viewer