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
Sreya
Helper II
Helper II

How to pass a URL with column name having '/'

I am having a coulmn name 'ContractKey/EngagementKey'. How to Pass this column in URL. Below Filter is not working because of the column name as it contains '/'.

 

?filter=Project/ContractKey/EngagementKey in ('791751','791824','1025638')

 

How to solve this issue?

1 ACCEPTED SOLUTION
Anonymous
Not applicable

HI @Sreya,

I'd like to suggest you take a look at the official document specific characters to handle part if they helped:

Filter a report using query string parameters in the URL#special-characters-in-url-filters 

If these not help, you can add a calculated column to your table with a common name. (copy the value from 'specific characters' column and use this to replace the raw field in URL filter)
Regards,

Xiaoxin Sheng

View solution in original post

6 REPLIES 6
BarryH
Regular Visitor

I solved a similar problem by replacing the '/' with '_x002F_'

?filter=Sites/Region_x002F_LOB eq 'ESG'


ref: How to Encode SharePoint Column Display Names to Internal names (tachytelic.net)

Anonymous
Not applicable

HI @Sreya,

I'd like to suggest you take a look at the official document specific characters to handle part if they helped:

Filter a report using query string parameters in the URL#special-characters-in-url-filters 

If these not help, you can add a calculated column to your table with a common name. (copy the value from 'specific characters' column and use this to replace the raw field in URL filter)
Regards,

Xiaoxin Sheng

amitchandak
Super User
Super User

@Sreya , not very clear to me. Base on what I got is that you need dynamic url

 

refer, if this can help

https://blog.crossjoin.co.uk/2016/08/16/using-the-relativepath-and-query-options-with-web-contents-i...

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak I am having a column name 'ContractKey/EngagementKey'. While I try to pass filter on this column the target report is not getting filtered. It is happenning because the column name contains '/ ' in it.

Anyway we can solve this by using escape character or something like that?

@Sreya , Try

/ %2F

 

refer :https://www.december.com/html/spec/esccodes.html

Share with Power BI Enthusiasts: Full Power BI Video (20 Hours) YouTube
Microsoft Fabric Series 60+ Videos YouTube
Microsoft Fabric Hindi End to End YouTube

@amitchandak No luck

Previous generated URL

filter=Project%2FContractKey%2FEngagementKey%20in%20(%27791751%27,%27791824%27,%271025638%27)

 

After appending %2F ---Newly Generated URL

filter=Project%2FContractKey%2F%2FEngagementKey%20in%20(%27791751%27,%27791824%27,%271025638%27)

 

It is not passing the column name as 'ContractKey/EngagementKey'

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.