Forum Discussion

525380's avatar
525380
Frequent Visitor
1 year ago
Solved

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.

5 Replies

  •  

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

     

    • SolnWanderer1's avatar
      SolnWanderer1
      Frequent Visitor

      darkniqht wrote:

       

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

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