Easy Tech Tuts
Power BI

How to Send Email From Power BI Button (One-Click Mailto Setup) Easily 2026

By Impran M N

Sharing a quick update from a Power BI report usually means switching apps and typing everything from scratch. This tutorial shows how to build a button that triggers a mailto link, opening a ready-to-send email straight from the dashboard. It's a small feature that saves real time for anyone who regularly forwards reports or flags updates to a team.

01Create the button in Power BI

Insert a shape or button onto your report canvas and place it somewhere natural for users to reach after reviewing the data, such as near a summary section.

02Set up the mailto action

Enable the button's Action and set the type to Web URL, then enter a mailto: link as the address rather than a standard website URL.

03Customize the email content

Extend the mailto link with parameters for subject and body text so the email opens pre-filled with relevant context instead of a blank message.

04Test the button's behavior

Click the button in reading view to confirm it launches the default email client with the correct recipient, subject, and message pre-populated.

FAQ

Frequently asked questions

Does the mailto button require an internet connection to work?

It relies on your device's default email application, so it needs that app configured, though the button itself works offline within Power BI Desktop.

Can I include dynamic data like a person's name in the email subject?

Mailto links are typically static text strings, so dynamic personalization would require more advanced DAX-driven URL construction.

Which email client opens when the button is clicked?

It opens whichever application is set as the default mail handler on the device, such as Outlook or the system's built-in mail app.

Can I add multiple recipients to the mailto button?

Yes, mailto links support multiple addresses and even CC or BCC fields by adding the appropriate parameters to the link.

Watch the full walkthrough

The same steps, demonstrated on screen from start to finish.