Forum Discussion
harikagokaram
6 years agoRegular Visitor
How to enable Hyperlink for an Azure Devops imported data
Hi ,
I have used Azure Devops Analytics view to import my data into powerbi, There is a field called "work Item ID" which shows the workitems of bar chart , now I want to enable it as an hyperlink so that when I click on the workitem number it should take us to that item in Azure Devops , I have tried enabling the WEB URL option but it is not working for me, please help
1 Reply
- amitchandakSuper User
harikagokaram , Refer this -https://docs.microsoft.com/en-us/power-bi/create-reports/power-bi-hyperlinks-in-tables
In your table create one URL, by appending item id
New column ---
URL = "http://abc.com/item_id=" &[item_id]