This is a fairly simple question but I am unable to find any relevant documentation for it.
Having created a power query in Excel how can I alter the date in the url string from user input on the worksheet without having to re-open the Power Query Editor/Advanced Editor.
so for instance in the Advanced Editor window I have something like:
Source = Web.BrowserContents("https://www.bbc.co.uk/sport/football/scores-fixtures/2025-10-04")
I want to be able to update the date to 2025-10-05 or whatever just with user input in Excel, not amending a parameter query.
I'm guessing I could do this by referring to a named range in conjunction with the url string but cannot find the syntax for this.