Forum Discussion
How to create a button as a hyperlink for sending an email
Hi,
How can i make a button a email hyperlink?
I know it is possible as a table visual and checking the URL feature in the format option.
Thank you.
A workaround:
You can add a textbox with an asterix, turn the asterix into windings font then turn that into a hyperlink where you can use mailto:
Video here from Ruth at Curbal
https://www.youtube.com/watch?v=wxEo_hO3iIM&list=PLDz00l_jz6zzttb28XH8GHZNL6vvpBlkQ&index=89
Cheers,
Maria
16 Replies
- MariaP
Solution Supplier
A workaround:
You can add a textbox with an asterix, turn the asterix into windings font then turn that into a hyperlink where you can use mailto:
Video here from Ruth at Curbal
https://www.youtube.com/watch?v=wxEo_hO3iIM&list=PLDz00l_jz6zzttb28XH8GHZNL6vvpBlkQ&index=89
Cheers,
Maria- Ritesh_Air
Post Patron
Thanks. It works. Only question I have is: Can we populate the "Subject line" of an email?
- Clinical_Epi
Advocate III
Hi - I guess Power Bi has its restrictions, it would be good if there was a HTML option so we could add extra functionality using code, HTML is a good example where if MS added this into Power BI more people would take up the product.
Another pet peeve of mine right now is getting all Months to show in a Trend line (graph line visual) - plenty of options for avg or var lines, but when using a trend line our options are limited...
- TRK
Helper II
i have done this and it worked very well for me and several users. however, some users reported that instead of opening their outlook email - it opened their email in webbrowser instead of their desktop and others reported just getting a webpage - but not actual email.
Do you know if any settings need to be in place on a users computer so that this type of hyperlink works for them? - kymramosrpo
Advocate V
Thank you for sharing! Video's already 6 years ago but the content is still relevant to this day. Big thanks, ruthpozuelo!!!
- Clinical_Epi
Advocate III
To save those who dont want ot watch a video...
1) insert a text box
2) change font to "WINGDINGS"
3) click on the "insert link" icon - (looks a bit like a paper clip)
4) type your email as: mailto:[email protected]
5) click done
6) edit your text to say "Contact us:" or something meaningful.
7) In Power Bi Report Server (Jan 2021 ver) I found it only tested in the users front end. I couldnt click on "ctrl+link" to test, which gave me the impression it wasnt going to work - but it does work fine.
best of luck
- TRK
Helper II
i have done this and it worked very well for me and several users. however, some users reported that instead of opening their outlook email - it opened their email in webbrowser instead of their desktop and others reported just getting a webpage - but not actual email.
Do you know if any settings need to be in place on a users computer so that this type of hyperlink works for them?- Clinical_Epi
Advocate III
Hi yes,
Not sure what operating system you are using but I'm using windows 11 and have set the default mail application as Microsoft Outlook. Also I make sure Outlook is open otherwise yes it will open a webpage as it doesn't know which is the 'open' mail application.
Simple solution and hope it works well.
(PS: to find the default application settings to specify which is the default, just type "Default apps" in the box next to your start icon that normally syas "Type here to search". [in some desktop configurations its the magnifying glass" that you click on and then type "default apps".] )
- AnonymousNot applicable
Currenly there are only 3 actions available with button: back, bookmark, and Q&A. Perhaps email option will be added into future update of Power BI Desktop.
- kampyyFrequent Visitor
Is there any other way to add link other than using a text box, Reason we can't show a Tooltip on TextBox.
- Clinical_Epi
Advocate III
Hi Kampyy,
You could just create a button and masterfully place it so your pop text can appear. Really depends on a lot of parameters though. I imagine you are hiding the email address to save space? and so the pop up reveals the actual somewhat long email address?
There is a HTML add-in - and my coleagues use it for numerous things, but no-one has tried to email using it, I see its been voted in the past.
My lastest attempt (email address changed for privacy lol) is this measure"
Looks like the app owners know of some limitations and perhaps this is one.... as I get "Cannot open web browser the link is malformed: mailto:[email protected] I've tried various html iterations of it which work fine on my web server - just not pbi....