Forum Discussion
shyamily_123
3 years agoFrequent Visitor
How to add SharePoint link as hyperlink to column
I have a requirement to add hyperlink in one of my column called projectname. Secenario is like this, My dataset is SharePointand it contains the list of projects created by client. When client fil...
shyamily_123
3 years agoFrequent Visitor
My requirement is when i click on a project name it should redirect to that exact row in SharePoint.
Above solution is useful when i want to open that sharepoint list. Here that's not the case, i want to open that sharepoint site and the row that i clicked on power bi table visual.
v-jingzhang
Community Support
3 years agoHi shyamily_123
Are these projects in the same sharepoint site? Do they have a similar URL format? If they do, you can add a column to get the dynamic URLs by concatenating the basic URL section and project name column. For exmaple,
URL column = "https://xxxxxxbasicURLxxx/" & 'TableName'[Project Name]
Best regards,
Jing