Forum Discussion
Rads2929
5 years agoFrequent Visitor
Pie Chart with Avg
Hello, I am trying to implement a Pie Chart with the sample data below. Legend: Color and Values: Average of Days. The problem is that there are records that have the same color mutilpe times so when it does the average for yellow below it is (5+7+14)/3. I want the color average but the color should be grouped by the ID. So, (5+7+14)/2. How can I accomplish this? Thanks!
| ID | Color | Days |
| 1 | Yellow | 5 |
| 1 | Red | 6 |
| 1 | Yellow | 7 |
| 2 | Yellow | 14 |
2 Replies
- jdbuchanan71
Super User
- vanessafvg
Community Champion