Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
We have a bunch of reports that are embedded (Publish to web (public)) into an external website's iFrame for outside users to access. We need these reports to link to each other using filters within the report. We have tried everything we can think of but cannot get it to work. Is this not possible when embedding publically?
Solved! Go to Solution.
Hi @Anonymous ,
When you use "Publish to web" the filtering pane will not be visible, but you can always add slicers to your report, which will allow your visitors to filter the data.
You can download Microsoft’s sample application and configure it. You need to register Azure AD application to be used in your app. Then your app will authenticate itself and use Power BI REST API to get report’s embedUrl and use it with Power BI JavaScript client to embed it in an empty <div> in a web page.
The following Stack Overflow post could help you:
powerbi - How to embed a public report using filters? - Stack Overflow
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Anonymous ,
When you use "Publish to web" the filtering pane will not be visible, but you can always add slicers to your report, which will allow your visitors to filter the data.
You can download Microsoft’s sample application and configure it. You need to register Azure AD application to be used in your app. Then your app will authenticate itself and use Power BI REST API to get report’s embedUrl and use it with Power BI JavaScript client to embed it in an empty <div> in a web page.
The following Stack Overflow post could help you:
powerbi - How to embed a public report using filters? - Stack Overflow
Best Regards,
Xianda Tang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
User | Count |
---|---|
7 | |
3 | |
2 | |
2 | |
2 |
User | Count |
---|---|
10 | |
3 | |
3 | |
2 | |
2 |