Forum Discussion
Passing a filter to an iFrame
Is there a way to pass multiple filters for a tile. We are able to filter the data using one filter only and when we tried to pass multiple filters it didn't work. There should be a way to pass multiple filters to an embedded tile
- swathiOnteddu9 years agoNew Member
Hi,
I have also tried with <iframe width="800" height="600" src="https://app.powerbi.com/view?r=ReportURL"+"&filter=Tablename/columnname eq 'Value'" frameborder="0" allowFullScreen="true"></iframe>
but it's not working. how to solve this issue.
My requirement is "I have published all user's dashboard via publish to web in power bi. and published URL implemented in html page via IFRAME.
Now I wants to get specific user dashboard . How it is possible."
Thanks in Advance......
- hjameelq9 years agoAdvocate IV
I really tried to make this filter work, but it didn't work so is there a way to pass any filter outside the power BI service world.
<iframe width="1000" height="2000" src="https://app.powerbi.com/view?r=eyTBjMTlkNyIsImMiOjF9&filter=main/cityname eq 'Aleppo'" frameborder="0" allowFullScreen="true"></iframe>
Not sure if query string feature is enabled with the embededd URLs.
- Anonymous9 years agoNot applicable
Did you had any luck with sharing this for specific users (filtering by custom user table credentials)?
- SMutlow9 years agoNew Member
Did not have any luck getting the filter to work at all.
Used Google charts instead as trying davidem 's suggestion / post did not work for me and there was no clarification from Microsoft at the time. Albeit I have not looked at this issue since so doubtless their documentation must have improved since.