I have a power query table that is consuming a specific table from the website. However I need to make it dynamic so that it can refer to a cell in my excel so that the table source could be changed otherwise I have to go to Advanced Editor and manually change the table number. Is it possible to make this table number dynamic (i.e. change the table number F111 to F112 table for example that I can change in excel cell location) when I have the this in Advanced Editor:
Source = Web.Page (Web.Contents ("https://XXXX.com/F111"))
Source = Web.Page (Web.Contents ("https://XXXX.com/F111"))