Forum Discussion

MagicMads's avatar
MagicMads
Icon for Helper I rankHelper I
8 years ago

How to combine embedding-mode and url-filtering

Hi - it is possible to change Power BI Report Server rendering by adding ?rs:embed=true - it is also possible to add a ur-filter by adding ?filter=Table/Column eq 'Value' - but how do you combine those?

6 Replies

  • Jon-Heide's avatar
    Jon-Heide
    Icon for Microsoft Employee rankMicrosoft Employee

    Yes, you can combine both on the URL. You might need to add a delimiter between them (for example ";" )   

    • Anonymous's avatar
      Anonymous
      Not applicable

      This doesn't address the question. The auther was looking for a way to alter the URL of his report so that it opens in full scren move (by adding ?rs:embed=true) as well as filter his report (by adding ?filter table/column eq 'value').

       

      I haven't found a way to combine these that works, but it would be incredibly useful if you could! Any help would be greatly appreciated!

      • cjames76's avatar
        cjames76
        Regular Visitor

        Hi,

         

        The following format worked for me on a report I published earier this week...

         

        ?rs:embed=true&filter=table/column eq 'filtervalue'

         

        I initially had some issues geting it to work as I had spaces in the name of the table that I wanted to filter, after I replaced them with underscorces it worked fine.

         

        Hope this helps