Forum Discussion
How to add SharePoint link as hyperlink to column
Hi shyamily_123
If I understand it correctly, all projects are in the same sharepoing list. So if we want to redirect to a specific row in the sharepoint list, we need to be able to identify every row through the URL.
Based on my test, every item in a Sharepoint list has a unique link for access. However I'm not sure if we can export these links along with all columns of items. So the next step is to find ways to get these links in bulk. However, I haven't found the solution yet.
Best regards,
Jing
Hi v-jingzhang ,
Thanks. Now we are trying to auto populate url of each row from SharePoint list using dyanmic formulas like DAX or calculated measure. When new raw is inserted then sharepoint will auto populate that row's url. Is there any solution for that other than using Power app?