web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id : FKnQrEN0BbI9766pX6q859
Power Apps - Building Power Apps
Answered

PowerApps Graph Export over email

Like (0) ShareShare
ReportReport
Posted on 10 Aug 2020 06:25:04 by 12

Hi,

 

I've managed to create graphs in PowerApps but not able to export over email.

Is there any way I can export over e-mail the graphs created within PowerApps??

Thanks in advance

Categories:
  • akhildev007 Profile Picture
    12 on 16 Mar 2021 at 17:21:58
    Re: PowerApps Graph Export over email

    Thanks ,but id don't believe the above method would work as the chart i am dealing with are dynamic, which updates respective to the input values. So for dynamic charts i think saving the image as media is not possible

  • Verified answer
    v-xida-msft Profile Picture
    on 13 Aug 2020 at 02:59:28
    Re: PowerApps Graph Export over email

    Hi @akhildev007 ,

    Do you want to send an email along with chart (Bar Chart, Line Chart, ... or Power BI Tile) created in your canvas app?

     

    If you want to send an email along with chart (Bar Chart, Line Chart, ... or Power BI Tile) created in your canvas app, I afraid that there is no way to achieve your needs currently in Power Apps.

     

    The user Anonymous has posted same needs with you, please check the response within the following thread:

    https://powerusers.microsoft.com/t5/Building-Power-Apps/Send-Chart-in-Email/td-p/275474 

     

    As an alternative solution, you could consider save your Chart as a image file in your local device. And then add the saved image file as media resource into your canvas app. Then you could add a "Add Picture" control to pick up the saved the Chart file from your local device. Then you could send an email along with the displayed image data:

    Office365.SendEmail(
     "Test1@XXXXXX.onmicrosoft.com", 
     "Subject Content", 
     "Body Content", 
     {
     Attachments: Table({Name: "Chart.jpg", ContentBytes: AddMediaButton1.Media, '@odata.type':""})
     }
    )

     

    Regards,

  • WarrenBelz Profile Picture
    148,894 Most Valuable Professional on 10 Aug 2020 at 07:54:47
    Re: PowerApps Graph Export over email

    @akhildev007 ,

    Yes, it would apply also.

    To capture items such as an uploaded photo, they need a property for the image. Graphs are actually resolved from the data and settings.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

     

     

  • akhildev007 Profile Picture
    12 on 10 Aug 2020 at 07:52:19
    Re: PowerApps Graph Export over email

    Hi @WarrenBelz

    Many thanks for the reply!

    Believe the same goes for the PowerBI embedded graphs! -

     

  • WarrenBelz Profile Picture
    148,894 Most Valuable Professional on 10 Aug 2020 at 07:48:11
    Re: PowerApps Graph Export over email

    @akhildev007 ,

    No unfortunately. The only way you can view a Power Apps graph is on the screen - it has no properties that can be referred to capture it as an image.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

  • akhildev007 Profile Picture
    12 on 10 Aug 2020 at 07:10:38
    Re: PowerApps Graph Export over email

    Hi @WarrenBelz Thanks, but is there an option to save the graph page to onedrive/share point using flow/something and then calling the same over email? 

     

  • WarrenBelz Profile Picture
    148,894 Most Valuable Professional on 10 Aug 2020 at 07:07:13
    Re: PowerApps Graph Export over email

    Hi @akhildev007 ,

    No - there is no way of capturing a graph other than printing the screen.

     

    Please click Accept as solution if my post helped you solve your issue. This will help others find it more readily. It also closes the item. If the content was useful in other ways, please consider giving it Thumbs Up.

Under review

Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.

Helpful resources

Quick Links

Announcing our 2025 Season 2 Super Users!

A new season of Super Users has arrived, and we are so grateful for…

Paul Stork – Community Spotlight

We are honored to recognize Paul Stork as our July 2025 Community…

Congratulations to the June Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 791 Most Valuable Professional

#2
MS.Ragavendar Profile Picture

MS.Ragavendar 410 Super User 2025 Season 2

#3
mmbr1606 Profile Picture

mmbr1606 275 Super User 2025 Season 2