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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Learn more

Reply
Anonymous
Not applicable

PBI Secure Embed - passing filters to url

Have a problem with passing a filter correctly to an embedded url.

This is he filter I would like my report page to be filtered:

 

&$filter=’Main Table’/’Sales Level’ eq 'AMERICAS'

 

When appending this to my report url, the page is opened but the filter is not applied.

Here is a full url. 

 

https://app.powerbi.com/reportEmbed?reportId=XXXXautoAuth=true &pageName=ReportSectione776ca6d6b28d8e363c4&$filter=’Main Table’/’Sales Level’ eq 'AMERICA'

 

 

 

 

3 REPLIES 3
v-lid-msft
Community Support
Community Support

Hi @Anonymous ,

 

Sorry for our delay in response, Based on this document, we do not need to add $ in the filter, we can try to use the following url parameter which replace the space with special character:

 

https://app.powerbi.com/reportEmbed?reportId=XXXXautoAuth=true &pageName=ReportSectione776ca6d6b28d8e363c4&filter=Main_x0020_Table/Sales_x0040_Level eq 'AMERICA'


Best regards,

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Anonymous
Not applicable

Thanks,

 

With small correction:

https://app.powerbi.com/reportEmbed?reportId=XXXX&autoAuth=true%20&pageName=ReportSectione776ca6d6b28d8e363c4&filter=Main_x0020_Table/Sales_x0020_Level%20eq%20'AMERICA'

 

The filter is passed to the right page and the visualisations are filtered. Unfortunatelly it is not passed to the slicer.

Slicer shows 'All' instead of 'AMERICA' and this may be very confusing to users

 

 

Hi @Anonymous ,

 

It is a by-design behaviour of the url parameter filter feature, it acted like a report-level filter, currently we cannot change the selected value in slicer by using filter parameter in url, we can only put a bookmark in button to clear the filter, and then it will show all the values in slicer.


Best regards,

 

 

Community Support Team _ Dong Li
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

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

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Kudoed Authors