Forum Discussion
TSantoro99
5 years agoNew Member
Escape Special Characters '[' and ']' in API query
I am attempting to setup an API query with relative paths so that it can be run from Power BI (web, not desktop). Unfortunately, the API I am working with uses '[' and ']' as part of its required par...
sevenhills
Super User
5 years agoTry and see if it works
You can escape [ with %5B and ] with %5D
based on https://www.w3schools.com/tags/ref_urlencode.asp
also check the blog, to escape special characters
https://blog.crossjoin.co.uk/2018/03/05/character-escape-sequences-in-m/