Don't miss your chance to take exam DP-600 or DP-700 on us!
Request nowLearn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register now
Hi,
I need to insert a hyperlink on d3 element, e.g. when user click on the element, it will direct the browser to another page. Is it doable?
I followed these 2 links but had no success.
https://community.powerbi.com/t5/Developer/Hyperlink-not-clickable-with-custom-visual/td-p/39446
https://github.com/Microsoft/PowerBI-visuals/blob/master/Tutorial/LaunchURL.md
Can anyone help please?
---------
my visual.ts code is simple, basically have a rect and need to get this rect clickable with the hyperlink. Thanks!
Solved! Go to Solution.
Hi @Anonymous,
Because custom visuals are sandboxed, they prevent external links, as they can (potentially) inadvertently expose users to malicious intent. launchUrl is the supported way to do this - I see you've tried, but this is how I've got it working.
If implemented correctly, then the user gets prompted that they are about to navigate away. I have something like this in the Violin Plot, e.g.:
Here's where I'm implementing in my code, if this helps you to clarify how it's being done.
Hope this helps,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Hi @Anonymous,
Because custom visuals are sandboxed, they prevent external links, as they can (potentially) inadvertently expose users to malicious intent. launchUrl is the supported way to do this - I see you've tried, but this is how I've got it working.
If implemented correctly, then the user gets prompted that they are about to navigate away. I have something like this in the Violin Plot, e.g.:
Here's where I'm implementing in my code, if this helps you to clarify how it's being done.
Hope this helps,
Daniel
Proud to be a Super User!
On how to ask a technical question, if you really want an answer (courtesy of SQLBI)
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
Check out the February 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 3 | |
| 3 | |
| 2 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |