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

Announcements

News and Announcements icon
Community site session details

Community site session details

Session Id :
Power Platform Community / Forums / Power Apps / Export Power Apps to P...
Power Apps
Unanswered

Export Power Apps to Power Point

(0) ShareShare
ReportReport
Posted on by 28

Hello,

 

I have a power apps embedded with Power BI visuals. We want to add a functionality to export the visuals on Power Point. To enable this, I am trying with different approaches like creating a button and running a flow from it but it's not working. Could you please help me on my use case?

End outcome looks like: 

1) User clicks a button on power apps

2) All the visuals on the page, should be exported to Power Point and save it to local drive.

3) There are row level security which should be followed and visuals for any user who is restricted to see, should not get exported to PPT.

 

Thanks

Categories:
I have the same question (0)
  • Jonathan Manrique Profile Picture
    2,695 on at

    Hi @Sharmilshah 

     

    Currently there is no connector that works with Power Point, the most you can do is to build an HTML and from there create a PDF but you can not create a Power Point.

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    You can accept more than one post as a solution
    Follow me on Linkedin, I talk about Power Platform
    www.linkedin.com/in/jonathan-manrique-rios

     

     

  • Sharmilshah Profile Picture
    28 on at

    Thanks @Jmanriquerios  for prompt response. Could you please share the steps to build an html and create pdf from it?

  • Jonathan Manrique Profile Picture
    2,695 on at

    Hi @Sharmilshah 

     

    Here is an image of how you should build it, in the compose you should place your HTML

     

    <!DOCTYPE html>
    <html lang="es">
    <head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Mi Página con Título y Gráfico</title>
    </head>
    <body>
     <h1>Mi Página Web en HTML</h1>
     <p>¡Bienvenido! Esta es una página de ejemplo con un título y un gráfico.</p>
     <!-- Aquí puedes agregar más contenido, como texto, imágenes o enlaces -->
    
     <!-- Ejemplo de un gráfico (puedes usar una librería como Chart.js o D3.js) -->
     <div id="grafico" style="width: 400px; height: 300px;"></div>
     <script>
     // Aquí puedes agregar tu código para generar el gráfico
     // Por ejemplo, usando Chart.js:
     const ctx = document.getElementById('grafico').getContext('2d');
     new Chart(ctx, {
     type: 'bar',
     data: {
     labels: ['Enero', 'Febrero', 'Marzo', 'Abril'],
     datasets: [{
     label: 'Ventas',
     data: [120, 150, 100, 180],
     backgroundColor: 'rgba(75, 192, 192, 0.6)',
     borderColor: 'rgba(75, 192, 192, 1)',
     borderWidth: 1
     }]
     },
     options: {
     scales: {
     y: {
     beginAtZero: true
     }
     }
     }
     });
     </script>
    </body>
    </html>

     

    You must replace your dynamic values obtained from Power Apps

     

    Jmanriquerios_0-1707212497450.png

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    You can accept more than one post as a solution
    Follow me on Linkedin, I talk about Power Platform
    www.linkedin.com/in/jonathan-manrique-rios

     

     

  • Sharmilshah Profile Picture
    28 on at

    Thanks @Jmanriquerios and sorry again for another question. Could you please guide me further how can I dynamic HTML codes to power automate? I know it can be done through a button but not sure what codes should I place where.

  • Jonathan Manrique Profile Picture
    2,695 on at

    Hi @Sharmilshah 

    This video shows you how to do it

    https://youtu.be/L67m8wgd4Ak?si=AiwHVkMOY-yS96t8

     

    If I have answered your question, please mark your post as Solved.
    If you like my response, please give it a Thumbs Up.
    You can accept more than one post as a solution
    Follow me on Linkedin, I talk about Power Platform
    www.linkedin.com/in/jonathan-manrique-rios

     

     

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

Season of Sharing Community Challenge Winners!

Congratulations to our community stars!

Kudos to our 2025 Community Spotlight Honorees

Expanding mentorship, skilling, and AI innovation

Congratulations to the July Top 10 Community Leaders!

These are the community rock stars!

Leaderboard > Power Apps

#1
WarrenBelz Profile Picture

WarrenBelz 356 Most Valuable Professional

#2
11manish Profile Picture

11manish 225 Super User 2026 Season 2

#3
Mohsin Ali Profile Picture

Mohsin Ali 211

Last 30 days Overall leaderboard