Forum Discussion
shubhamc_002
3 years agoHelper I
Query string Paramater in URL not working if column name contains " / " in it
HI Team, I am facing one issue while passing filter via URL using query string parameter. Table column contains / in it and have checked Microsoft Docs which suggested to use escape character fo...
- 3 years ago
If you refer the document it says:
"When your query contains spaces, dashes, or other non-ASCII characters, prefix those special characters with an escape code starting with an underscore and an X (_x), then the four-digit Unicode, then another underscore"
So you need to have State_x002F_SubDiv instead
SwayamSinha
3 years agoMicrosoft Employee
Have a look at this MS document :
Filter a report using query string parameters in the URL - Power BI | Microsoft Learn