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...
- 4 years ago
Hi jerryfalcobi
maybe this help.let searchText = "Power Query" in Web.Contents( "https://www.bing.com", [ RelativePath = "search", Query = [q = searchText] ] )
RayWu
4 years agoMemorable Member
Hi jerryfalcobi
maybe this help.
let
searchText = "Power Query"
in
Web.Contents(
"https://www.bing.com",
[
RelativePath = "search",
Query = [q = searchText]
]
)