Skip to main content
Nintex Community Menu Bar
Question

Budget vs Actual donut chart

  • July 11, 2024
  • 7 replies
  • 75 views

Forum|alt.badge.img+7

I am trying to create a dashboard for our app that shows budget vs actual for labor and expenses.  I want to have a donut chart that show the % of the budgeted amount that the actual is.  The full circle is the budgeted amount, the slice is the value of the current actual and the center is the %

7 replies

Forum|alt.badge.img+20

Hmmm … don’t work with pie charts too often but you could likely do this by getting the actual amount and yet to be used amount in two separate models/series. Basically one row each with the respective amounts.

Model#1: YetToBeUsedFromBudgetAmount
Model#2: ActualAmount


Forum|alt.badge.img+7
  • Author
  • July 11, 2024

I can show the series but the problem is the donut shows them as separate amounts when what i want is the actual to cover the budgeted as we use it. In this case the number in the middle should be 78% mean we have used 78% of our budgeted expenses.


Forum|alt.badge.img+7
  • Author
  • July 11, 2024

i guess what i am actually looking for is more like a guage chart but not sure how to do that in skuid


Forum|alt.badge.img+7
  • Author
  • July 11, 2024


Forum|alt.badge.img+7
  • Author
  • July 11, 2024

I may be alone out here but just in case, we got this to work by charting two series.  We rolled up the actual usages and set one series as the total.  We then set the other series to the (budget amount minus the rolled up amount.)  Then bazinga! we have a sorta gauge chart  


Forum|alt.badge.img+20

Da man!


Arne-Per
Forum|alt.badge.img+8
  • Rookie
  • July 11, 2024

not alone! Thanks!