Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

Filtering on Externally Embedded Reports

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?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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.

View solution in original post

1 REPLY 1
Anonymous
Not applicable

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.

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.