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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

createing web url columns from azure devops backlogs item

Hello dear community,

I need help to constructing an URL for my backlog items in power bi desktop. In my data I don,t have any URL column so I guess I need to create a URL columns alt measure, but how?

I'd like to create a hyperlink for each item so that when a user selects one it the corresponding item in devops will opens.

 

I,ll be more greatful if someboody can help me!

3 REPLIES 3
amitchandak
Super User
Super User

@Anonymous , I think you need to have a measure like

 

measure = "https://<URL>?item="& max(Item[Item])

 

if column is possible then

measure = "https://<URL>?item="& (Item[Item])

Anonymous
Not applicable

@amitchandak Hi and thanks for your response , I did try the measure, but the resulting wrong URL. 

I try it like that measure = "https://<URL>?item="& max(Item[Title]) and it return error URL.

And I have about 1500 items that I bring from azure devps and thoses item updates daily as well. What I need is create a hyperlink for each item so that when I select one item from power bi it takes me to the correspondig item in devops?

Anonymous
Not applicable

@amitchandak do you have any idea can help me to get the backlog items link from azure devops?

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.