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

A new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.

Reply
Anonymous
Not applicable

Display short URL

I would like to display in a Table visual a value from a column, but make it a URL. For example :

 

I would like to display this :

 

6585767

 

But when user clicks the URL he is taken to this :

http://companyesite.com/account/customerhome.aspx?accid=6585767

 

Also, if possible, can this be done so URL opens in a separate Window/Tab? I normally do this in SSRS reports via using : 

 

="javascript:void(window.open('URL...

1 REPLY 1
rohit_acharya
Advocate I
Advocate I

You can use the concatenate function and create a new column CONCATENATE("http://companyesite.com/account/customerhome.aspx?accid=",[account_id]) and create a new field. You can then embed this in a table view and then enable the URL icon in the formatting section of the table.

 

The article below will give you a detailed visual explanation of how to enable the URL Icon in your table which will replace the long text into a nicely formatted icon which the users can click.

http://analyticsavenue.com/power-bi-shorten-hyperlink-url/

By default the link opens in a new tab so you dont have to worry about that either. 

Helpful resources

Announcements
May Power BI Update Carousel

Power BI Monthly Update - May 2026

Check out the May 2026 Power BI update to learn about new features.

Fabric SQL PBI Data Days

Data Days 2026 coming soon!

Sign up to receive a private message when registration opens and key events begin.

New to Fabric survey Carousel

New to Fabric Survey

If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.