Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowJuly 28 - August 9 | Final Round of the Power BI Dataviz World Championships. This is your chance. Learn more
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...
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.
Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.
If you love stickers, then you will definitely want to check out our community sticker challenge, Barcelona edition!
Check out the July 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 4 | |
| 2 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 5 | |
| 3 | |
| 3 | |
| 2 | |
| 2 |