This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
Hi,
Is there a way to add the dynamic filtering capability to a power bi iframe URL ? My need is I have a embedded power bi report containing a table and when I click open the URLs from the table, it opens another Published to Web or embedded report with the filtered value from the table . eg: Country eq 'Selected Value'. I seen the example of oDataFilter option in URL but that dont seem to work for me, as well checked the cases where we can add the Filter in the javascripts to do the preselection. But , what I need is the ability to filter dynamically and basically the filters are to passed through the URLs.
Any help is appreciated.
Regards,
Raaju S R
@raasrini1 wrote:
Hi,
Is there a way to add the dynamic filtering capability to a power bi iframe URL ? My need is I have a embedded power bi report containing a table and when I click open the URLs from the table, it opens another Published to Web or embedded report with the filtered value from the table . eg: Country eq 'Selected Value'. I seen the example of oDataFilter option in URL but that dont seem to work for me, as well checked the cases where we can add the Filter in the javascripts to do the preselection. But , what I need is the ability to filter dynamically and basically the filters are to passed through the URLs.
Any help is appreciated.
Regards,
Raaju S R
AKAIK, there's no completed solution for your requirement.
However you can implement something similar in a embedded report via Power BI Javascript API(see Handling Events--dataSelected).
report.on("dataSelected", function (event) {
var data = event.detail;
console.log(data);
});
Another promising approach(coming in future) you'd expect is drilling though pages, see introduction in this video(starts at 59:59).
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |