Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
pankaj_2086
Frequent Visitor

how to attach url(link) to column values

hello everyone,

actually I am stuck with one task for a long time, I have one table in which there are some IDs of employees and I want to attach the link to those id's so that whenever I click on them I will get directed to that link in the browser.

 

I have already made a URL link using DAX.

PFB attachment for more information.

Screenshot (12).png

As we can see in the above image there is one column named Final URL with links buttons, I want those links to be attached to the Work Item Id column for eg if we click on 3829 the link should open in the browser.

 

Using DAX expression I have made url link as,

Final URL = CONCATENATE('Work Items - All history by month'[Intial URL]&'Work Items - All history by month'[Project Name]&"/"&"_Workitems"&"/"&"edit"&"/",'Work Items - All history by month'[Work Item Id]&"/")
1 ACCEPTED SOLUTION
Anonymous
Not applicable

Please check this documentation

https://docs.microsoft.com/en-us/power-bi/power-bi-hyperlinks-in-tables

There is clear demo on your requirement.

Thanks
Pravin


If it resolves your problem mark it as a solution and give Kudos.

View solution in original post

4 REPLIES 4
Anonymous
Not applicable

Please check this documentation

https://docs.microsoft.com/en-us/power-bi/power-bi-hyperlinks-in-tables

There is clear demo on your requirement.

Thanks
Pravin


If it resolves your problem mark it as a solution and give Kudos.
Anonymous
Not applicable

Is your problem resolved?

Don't hesitate to give Kudos and mark it as a solution.

actually it's in my office system so I will try to solve it tomorrow. I will get back to you if I get stuck anywhere

thank you, Praveen.

@pankaj_2086 

 

Any progress, feel free to share with us. By the way, you may help accept the solution above. Your contribution is highly appreciated.

 

Community Support Team _ Sam Zha
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Helpful resources

Announcements
Top Kudoed Authors