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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
Anonymous
Not applicable

How to append a hyperlink on d3 element on custom visual

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!

 

1 ACCEPTED SOLUTION
dm-p
Super User
Super User

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.:

image.png

Here's where I'm implementing in my code, if this helps you to clarify how it's being done.

Hope this helps,

Daniel





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

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




View solution in original post

1 REPLY 1
dm-p
Super User
Super User

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.:

image.png

Here's where I'm implementing in my code, if this helps you to clarify how it's being done.

Hope this helps,

Daniel





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

Proud to be a Super User!


My course: Introduction to Developing Power BI Visuals


On how to ask a technical question, if you really want an answer (courtesy of SQLBI)




Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.