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 / Make charts in power apps
Power Apps
Answered

Make charts in power apps

(0) ShareShare
ReportReport
Posted on by 411

 Hello Community!

 

Is there a different way to make charts in powerapps.

I´m trying to create this chart, from QlikView. 

 

HectorOlivos_0-1686927731687.png

 

Any suggestion is appreciated

Categories:
  • Verified answer
    Scott_Parker Profile Picture
    1,090 on at

    Chart options are quite limited in Power Apps, just pie, column and line. You could in theory create a waterfall chart using a horizontal gallery and controlling the coordinate position and size of Rectangles inside of the gallery accordingly. It could even be created as a reusable component.

     

    If you have access to Power BI, probably use that instead and embed the report into your app.

  • Verified answer
    HectorOlivos Profile Picture
    411 on at

    Hello @Scott_Parker .

     

    Thanks for the advice

     

    I managed to create it (Still needs some work)

     

    HectorOlivos_0-1687197288323.png

     

    i also found about Quickchart

     

    "https://quickchart.io/chart?c="&EncodeUrl("
    {
     type: 'bar',
     data: {
     labels: [
     'Tiempo planeado',
     'Tiempo de diferencia por bono ',
     'Scrap',
     'Producción / Logistica ',
     'Mantenimiento ',
     'Logistica',
     'Ing. Procesos',
     'Almacen',
     'Ajustado'
     ],
     datasets: [
     {
     data: [100, [97.93, 100], [97.87, 97.93], [92.92, 97.87], [85.28,92.92], [41.78,85.28], [41.56,41.78], [41.38,41.56], [38.31,41.38]],
     label: '',
     backgroundColor: [
     'rgba(49, 148, 5, 0.8)',
     'rgba(255, 66, 14, 0.8)',
     'rgba(255, 66, 14, 0.8)',
     'rgba(255, 66, 14, 0.8)',
     'rgba(147, 112, 219, 0.8)',
     'rgba(147, 112, 219, 0.8)',
     'rgba(0, 113, 27, 0.8)',
     'rgba(0, 113, 27, 0.8)',
     'rgba(147, 112, 219, 0.8)',
    
    
     ],
     categoryPercentage: 1,
     barPercentage: 0.98,
     datalabels: {
     display: true,
     formatter: function(value, context) {
     if (Array.isArray(value)) {
     const diff = value[1] - value[0];
     const diffStr = diff.toLocaleString('en-US', { style: 'currency', currency: 'USD' }).replace('$', '');
     return `${diffStr}`;
     } else {
     return '';
     }
     }
     }
     },
     ],
     },
     options: {
     plugins: {
     legend: {
     display: false,
     },
     datalabels: {
     anchor: 'end',
     align: 'top',
     font: {
     size: 14,
     weight: 'bold'
     },
     formatter: function(value, context) {
     return value.replace('$', '');
     }
     }
     },
     scales: {
     y: {
     ticks: {
     display: false, // Modified y ticks display
     beginAtZero: true,
     callback: function(value, index, values) {
     return value.toLocaleString('en-US', { style: 'currency', currency: 'USD' }).replace('$', '');
     }
     },
     scaleLabel: {
     display: false, // Removed yaxes label
     labelString: ''
     }
     },
     x: {
     scaleLabel: {
     display: true,
     labelString: 'Iterations'
     }
     }
     }
     }
    }
    ")

     

    Now, I will try to work with both solutions.

     

  • HectorOlivos Profile Picture
    411 on at

    Managed to do it with powerapps:

     

    HectorOlivos_0-1687197518264.png

     

    I also found about QuickChart. So now Im going to work with both

     

    HectorOlivos_1-1687197616869.png

     

    Thanks

  • PowerApps999 Profile Picture
    62 on at

    Hey, how can you change the values of the chart with values in the application?

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

Leaderboard > Power Apps

#1
11manish Profile Picture

11manish 397 Super User 2026 Season 2

#2
Mohsin Ali Profile Picture

Mohsin Ali 354

#3
WarrenBelz Profile Picture

WarrenBelz 232 Most Valuable Professional

Last 30 days Overall leaderboard