Hi it is possible to replace a text in the source of power query from a cell in sheed eg.
i want the text Old%20Trafford,%20Sir%20Matt%20Busby%20Way,%20Stretford,%20Manchester%20M16%200RA,%20UK
to be replaced automatically with the cell A1 from the sheed2
Code:
let
Source = Xml.Tables(Web.Contents("http://api.openweathermap.org/data/2.5/forecast/daily?q=[B]Old%20Trafford,%20Sir%20Matt%20Busby%20Way,%20Stretford,%20Manchester%20M16%200RA,%20UK[/B]&mode=xml&units=metric&cnt=15"))
in
Source
to be replaced automatically with the cell A1 from the sheed2