Forum Discussion
jerryfalcobi
4 years agoNew Member
issue with backslash in query
Hi all, If i use relative path in my power query i have some trouble with a backslash. In this case i have a web API like https://thewebsite.com:8800/data? when i use as source https://thewebsite.com/ and as RelativePath=":8800/data?" the query editor adds a backslash between the com and :8800. How can i remove that backslash?
I want refresh the data automatically. Thats why i use the relativepath
Hi jerryfalcobi
maybe this help.let searchText = "Power Query" in Web.Contents( "https://www.bing.com", [ RelativePath = "search", Query = [q = searchText] ] )
1 Reply
- RayWuMemorable Member
Hi jerryfalcobi
maybe this help.let searchText = "Power Query" in Web.Contents( "https://www.bing.com", [ RelativePath = "search", Query = [q = searchText] ] )