Forum Discussion
Mauricio_Mayer_Soares
Mar 03, 2023Copper Contributor
How to create a active bugs trend chart
Hi everybody! I'd like to create a Active bug trends, like this: However, everytime that I try to create this, I always have this result My chart always sum the quantity of bugs, no...
Kidd_Ip
Aug 01, 2026MVP
Yes, you may required to use a flat-list query combined with a trend chart visualization. The key is to chart the count of active bugs over time rather than summing totals, which requires configuring the query correctly and grouping by date fields:
https://learn.microsoft.com/en-us/azure/devops/boards/queries/example-query-charts?view=azure-devops
https://learn.microsoft.com/en-us/azure/devops/report/dashboards/charts?view=azure-devops