Skip to content
| Marketplace
Sign in
Azure DevOps>Azure Boards>OData Counter Widget
OData Counter Widget

OData Counter Widget

Agilist IT Ltd

|
2 installs
| (0) | Free
Dashboard widget that renders the result of an Azure DevOps Analytics OData $count (or aggregate) query as a single big number with color thresholds.
Get it free

OData Counter Widget

Dashboard widget for Azure DevOps that displays the result of an Analytics OData $count (or aggregate) query as a single large number with color thresholds (green / amber / red).

Use cases

  • Count of open PBIs whose every child Task is Done
  • Count of bugs created this sprint
  • Any other Analytics OData query that returns a scalar number

Configuration

Field Description
Title Title shown above the number
OData URL Full URL to an Analytics OData query that returns a scalar (/$count) or an aggregate
Amber threshold Number ≥ this turns amber
Red threshold Number ≥ this turns red

Example OData URL

https://analytics.dev.azure.com/{org}/{project}/_odata/v3.0-preview/WorkItems/$count?$filter=WorkItemType eq 'Product Backlog Item' and State eq 'Active'

The widget calls the URL with the user's Azure DevOps token, so all project security trims apply automatically.

Permissions

  • vso.work — read work items
  • vso.analytics — read Analytics

Source

Open source. Contributions welcome.

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft