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

Power BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.

Reply
525380
Frequent Visitor

PowerBI Button to send email

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.

1 ACCEPTED SOLUTION
Anonymous
Not applicable

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!

 

 

View solution in original post

4 REPLIES 4
CCP
Regular Visitor

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

 

darkniqht
Advocate I
Advocate I

 

  • Add a Button:

    • In Power BI Desktop, go to the Insert tab.
    • Click on Button and choose a button type (like Blank).
  • Set the Action:

    • With the button selected, go to the Visualizations pane.
    • Find the Action toggle and turn it on.
    • Set the Type to Web URL.
  • Enter the Mailto URL:

    • In the Web URL field, enter your mailto link like this:
      graphql
      Copy code
      mailto:example@example.com
  • Test It:

    • Save your report and publish it. When users click the button, it should open their default email application with the specified email address.

 


@darkniqht wrote:

 

  • In the Web URL field, enter your mailto link like this:
    graphql
    Copy code
    mailto:example@example.com

Can you please clarify what you mean by:  graphql > Copy code

 

Anonymous
Not applicable

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!

 

 

Helpful resources

Announcements
June 2025 Power BI Update Carousel

Power BI Monthly Update - June 2025

Check out the June 2025 Power BI update to learn about new features.

June 2025 community update carousel

Fabric Community Update - June 2025

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