The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
How do i add a powerbi button and program the action for a web url that is a mailto: so that it opens up a users email application and adds the email address.
Solved! Go to Solution.
Here is a great example of using an email address from a table to create a email link in Power BI
How to work more efficiently using a Power BI email button!
I have seen quite a few different workarounds for this. Eg using tables with email links or textboxes, but they all make you miss out on the opportunity to format your buttons different states. What worked out for me was to use an outlook web compose-link instead of mailto:
In my case the weburl looked something like this: https://outlook.office.com/mail/deeplink/compose?to=example@example.com&subject=Questions%20about%20...
Add a Button:
Set the Action:
Enter the Mailto URL:
Test It:
@darkniqht wrote:
- In the Web URL field, enter your mailto link like this:
Can you please clarify what you mean by: graphql > Copy code
Here is a great example of using an email address from a table to create a email link in Power BI
How to work more efficiently using a Power BI email button!