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! Request now

Reply
Anonymous
Not applicable

Passing Special Characters in Query/URL parameter

How do i pass value with special character %?

Value: Capitalizations %

I have tried 'Capitalizations %25' but it is not passing through the filter

6 REPLIES 6
lbendlin
Super User
Super User

That's not how the filter URL escaping works.  You need to escape the space too.

 

Filter a report using query string parameters in the URL - Power BI | Microsoft Learn

Anonymous
Not applicable

That is for table and column name right?

The value 'Capitalizations %' should be passed as %27Capitalizations%20%25%27 based on the examples i have referred to but somehow my filter is not passing.

You are correct, your value should be passed as

 

?filter = Table_x0020_Name/Column_x0020_Name eq 'Capitalizations%20%25'

Anonymous
Not applicable

Yes that is what I applied, but unfortunately it is still not showing the filtered value.

Try with another value to confirm that you have correctly specified the table and column.

Anonymous
Not applicable

Yes, other values without % sign work well, except this one.

Helpful resources

Announcements
November Power BI Update Carousel

Power BI Monthly Update - November 2025

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

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!

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 Solution Authors
Top Kudoed Authors