Forum Discussion
Firediamonduk
Feb 22, 2021Copper Contributor
Power Query Link to Table
Hi, I have created several tables in Power Query, and i have a seperate query table with the base tables appended together, all in the same workbook. I am trying to add a column i...
JKPieterse
Feb 23, 2021Silver Contributor
You might try manually adding an additional column with a formula such as this one:
=HYPERLINK("#"&[@[TableName]],"Link to "&[@[TableName]])
this formula assumes there is a column in your query named "TableName" which contains the name of the tables.
=HYPERLINK("#"&[@[TableName]],"Link to "&[@[TableName]])
this formula assumes there is a column in your query named "TableName" which contains the name of the tables.