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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
baneworth
Helper III
Helper III

create custom URL (exchange specific part with field value)

Dear Community,

 

I couldnt find any threads or info is this is even achieveable.

 

My Issue:

I have a URL to access our product infos (nothing changes in the URL except the numbers in organge for different products). I do have the changing numbers avialable as a field in a table (lets call it SERIALNR). 

I want to create a new URL now where i add the Field instead of the number as below and add it to the table where the products are.

 

KNUM.jpg

 

How would i do that?

A calculated column, a measure or something else?

 

Best regards

1 ACCEPTED SOLUTION
johnt75
Super User
Super User

Add a calculated column e.g.

Product URL = "https://domain.com/path/to/" & 'Table'[ID number] & "any/more/path"

then from the Data Category drop down select Web URL. You can then put that in any table visuals and turn on the URL icon option. Or you could add it to a column in a table visual as conditional formatting -> Web URL.

View solution in original post

1 REPLY 1
johnt75
Super User
Super User

Add a calculated column e.g.

Product URL = "https://domain.com/path/to/" & 'Table'[ID number] & "any/more/path"

then from the Data Category drop down select Web URL. You can then put that in any table visuals and turn on the URL icon option. Or you could add it to a column in a table visual as conditional formatting -> Web URL.

Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 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