using power bi to create a draft email and present the draft email to the user

Rob Dessoy 0 Reputation points
2024-09-05T11:03:31.95+00:00

Hi

I have a power bi dashboard, the user will select a row, and I want a button on the dashboard to create a draft email, containing the data in the row they have clicked and then present the draft email on the users screen. They are using outlook.

I have had some success with using MS Graph API's but cannot get the user experaince as I want

Thank you for help in adavnace.

Outlook
Outlook
A family of Microsoft email and calendar products.
3,975 questions
Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,225 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Yakun Huang-MSFT 6,340 Reputation points Microsoft Vendor
    2024-09-06T02:20:55.5366667+00:00

    Hi @Rob Dessoy

    When you create a draft email using the Graph API, you can refer to the document, add the selected data to the content property, and send a post request to create the draft email by triggering a button.

    Hope this helps.

    If the reply is helpful, please click Accept Answer and kindly upvote it. If you have additional questions about this answer, please click Comment.


Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.