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

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
Anonymous
Not applicable

Create a new column based on excisting with a hyperlink.

Hi, i'm new to PowerBI.

 

I'm trying to create a new column based on my excisting column "ID"

 

In this new column I want to add a hyperlink + the ID added to this.

 

i.e https://welcome/{id}

 

I thought this was possible with custom column, but I can't seem to figure it out. 

 

1 ACCEPTED SOLUTION
PattemManohar
Community Champion
Community Champion

@Anonymous  Try this as a "Custom Column" in "Power Query Editor"

 

=Text.Combine({"https://welcome/{", Text.From([ID], "en-GB"), "}"})

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




View solution in original post

3 REPLIES 3
PattemManohar
Community Champion
Community Champion

@Anonymous  Try this as a "Custom Column" in "Power Query Editor"

 

=Text.Combine({"https://welcome/{", Text.From([ID], "en-GB"), "}"})

image.png





Did I answer your question? Mark my post as a solution!

Proud to be a PBI Community Champion




What is "en-GB"

=Text.Combine({"https://welcome/{", Text.From([ID], "en-GB"), "}"})

 

Anonymous
Not applicable

Thanks a lot this works for me!

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors