Skip to main content
Question

Multiples of the same value in Interface Pie Chart

  • October 8, 2025
  • 2 replies
  • 30 views

Forum|alt.badge.img+9

Hi there, 

 

I’ve created a pie chart in my dashboard interface, and I selected a field to group records by (Gross Margin %). It seems to work well, but it sometimes displays multiples of the same value as separate slices (see multiple 14% and 40% in the legend below). Is this a bug, or am I missing something in the chart setup? I’m really confused why the same value wouldn’t group together automatically. 

 

This is what my setup looks like:

 

If anyone has any ideas, I’m all ears! Thanks so much :)

2 replies

ScottWorld
Forum|alt.badge.img+35
  • Genius
  • October 8, 2025

It sounds like it might be a rounding error. For example, one of the values might be something like 14.1% and the other value might be something like 14.2%. Back in your base, I would add a ROUND() function to your formula to force everything to the correct number of decimal points.

- ScottWorld, Expert Airtable Consultant


Forum|alt.badge.img+9
  • Author
  • Inspiring
  • October 8, 2025

Thank you, that’s helpful! Appreciate it.