Forum Discussion
ssnowman
Aug 12, 2023Copper Contributor
How can I achieve filterable or parameterizable queries on ADO dashboards?
I am part of a workgroup who uses a single project in ADO, but each employee is typically assigned user stories on multiple boards in the project. Since "Backlog" and "Sprint" views are specific to a...
Kidd_Ip
Aug 18, 2025MVP
What you can consider:
- Use Shared Queries with Explicit User Filters
Create a set of shared queries like:
- Assigned To = Alice
- Assigned To = Bob
- Assigned To = Charlie
Then build a dashboard per user or per team, each using the same layout but referencing different queries.
- Use Team Dashboards
If your boards are tied to teams, you can create dashboards scoped to each team. This lets you leverage the team context (e.g., team backlog, team sprint) and use widgets like Sprint Burndown or Velocity that auto-filter based on team membership.
- Use Markdown Widgets for Navigation
Add a Markdown widget with links to each user’s dashboard. This gives reviewers a quick way to jump between dashboards without cluttering the main view.