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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends September 15. Request your voucher.

Reply
aar1
Regular Visitor

Power BI Report URL Parameter Filters not working

I've tried to filter reports both in my workspace and other workspaces using URL parameters but the content does not get filtered.

This is what I'm doing (&filter='OAT Database List'/Title eq 'AI Driller' is the part I've added)

https://app.powerbi.com/groups/647b465e-a833-4578-9bdf-7e9a0201037d/reports/1c63d825-2554-4e38-92a3-...&filter='OAT Database List'/Title eq 'AI Driller'

1 ACCEPTED SOLUTION
OwenAuger
Super User
Super User

Hi there @aar1 

For Power BI URL filters, special characters (including spaces) in table or column names need to be encoded appropriately. See here:

https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#special-characters-...

 

For example, spaces in table or column names need to be encoded as:

_x0020_

Your URL should end up looking something like:

https://app.powerbi.com/groups/647b465e-a833-4578-9bdf-7e9a0201037d/reports/1c63d825-2554-4e38-92a3-ad0bef3d1153/ReportSectioncde4a321d10228707596?experience=power-bi&filter=OAT_x0020_Database_x0020_List/Title eq 'AI Driller'

Spaces in values (such as 'AI Driller') can be left as-is in my experience, but are automatically translated to %20 after navigating to the URL.

 

Regards,


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

View solution in original post

1 REPLY 1
OwenAuger
Super User
Super User

Hi there @aar1 

For Power BI URL filters, special characters (including spaces) in table or column names need to be encoded appropriately. See here:

https://learn.microsoft.com/en-us/power-bi/collaborate-share/service-url-filters#special-characters-...

 

For example, spaces in table or column names need to be encoded as:

_x0020_

Your URL should end up looking something like:

https://app.powerbi.com/groups/647b465e-a833-4578-9bdf-7e9a0201037d/reports/1c63d825-2554-4e38-92a3-ad0bef3d1153/ReportSectioncde4a321d10228707596?experience=power-bi&filter=OAT_x0020_Database_x0020_List/Title eq 'AI Driller'

Spaces in values (such as 'AI Driller') can be left as-is in my experience, but are automatically translated to %20 after navigating to the URL.

 

Regards,


Owen Auger
Did I answer your question? Mark my post as a solution!
Blog
LinkedIn

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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.