Project Management

Please login or join to subscribe to this thread

Project schedule tracking agile delivery

linkedin twitter facebook   Agile   Change Management   Program Management  
avatar
Suresh Anantharaman Vice President| Standard Chartered City, State, India
I am looking for a project schedule in excel to track the features, dependencies and linked stories automatically imported from  ADO Further the features gets delivered in sprints  across squads having internal and external dependencies which needs to be tracked in the schedule along with key milestones and other phases of testing until go live
Sort By:
avatar
Luis Branco CEO| Business Insight, Consultores de Gestão, Ldª Carcavelos, Lisboa, Portugal

Suresh Anantharaman

That’s a great question, bridging Agile delivery with schedule visibility is exactly where most hybrid programs succeed or struggle.

Think of it less as a “static schedule” and more as a living cadence map, a dynamic dashboard that connects sprints, features, and dependencies across squads.
Using ADO’s OData feed with Excel or Power BI lets you auto-refresh features, stories, and blockers, while overlaying milestones (UAT, integration, go-live) preserves program-level governance.

For extra clarity, some teams use:

- Pivot-based dependency views to expose cross-squad slippages.
- Delivery Plans linked to Power BI for end-to-end visibility of lead time and testing.

This approach doesn’t control teams, it connects value flow with time flow, enabling leaders to anticipate risks and decisions in real time.

...
1 reply by Suresh Anantharaman
Oct 17, 2025 8:07 PM
Suresh Anantharaman
...
Thanks for your kind response.
1. How to create Pivot-based dependency views to expose cross-squad slippages.
div2. How to link delivery Plans to Power BI for end-to-end visibility of lead time and testing./div
avatar
Lissette Indhira Pimentel Sosa
Community Champion
Program Manager| HARPER SRL Santo Domingo / Distrito Nacional, Dominican Republic

Linking Excel with ADO can really streamline Agile delivery tracking. You can use Azure DevOps Analytics views or Power BI dataflows to auto-import features, stories, and dependencies into Excel. Then build a simple tracker with sprints, milestones, and test phases. Excel can serve as the executive dashboard while ADO remains your source of truth, a solid balance between visibility and agility.

...
1 reply by Suresh Anantharaman
Oct 17, 2025 8:03 PM
Suresh Anantharaman
...
Thanks for your kind response. I have already built powerbi dashboard linked wiith ado analytics for tracking feature completion based on stories status. However, i would require to enhance it further to embed into a schedule showing feature, stories, tasks, dependencies whixh are in sprints and extend it to track system integration testing and other governance task which are not in sprints until go live and represent in a gantt chart for management and status reporting. Is there a sample that can be referred to further enhance
avatar
Abolfazl Yousefi Darestani Manager, Quality and Continuous Improvement| Hörmann-TNR Industrial Doors Newmarket, Ontario, Canada
Good question and answers! I learned a little bit.
avatar
Suresh Anantharaman Vice President| Standard Chartered City, State, India
Oct 16, 2025 11:15 PM
Replying to Lissette Indhira Pimentel Sosa
...

Linking Excel with ADO can really streamline Agile delivery tracking. You can use Azure DevOps Analytics views or Power BI dataflows to auto-import features, stories, and dependencies into Excel. Then build a simple tracker with sprints, milestones, and test phases. Excel can serve as the executive dashboard while ADO remains your source of truth, a solid balance between visibility and agility.

Thanks for your kind response. I have already built powerbi dashboard linked wiith ado analytics for tracking feature completion based on stories status. However, i would require to enhance it further to embed into a schedule showing feature, stories, tasks, dependencies whixh are in sprints and extend it to track system integration testing and other governance task which are not in sprints until go live and represent in a gantt chart for management and status reporting. Is there a sample that can be referred to further enhance
avatar
Suresh Anantharaman Vice President| Standard Chartered City, State, India
Oct 16, 2025 2:13 PM
Replying to Luis Branco
...

Suresh Anantharaman

That’s a great question, bridging Agile delivery with schedule visibility is exactly where most hybrid programs succeed or struggle.

Think of it less as a “static schedule” and more as a living cadence map, a dynamic dashboard that connects sprints, features, and dependencies across squads.
Using ADO’s OData feed with Excel or Power BI lets you auto-refresh features, stories, and blockers, while overlaying milestones (UAT, integration, go-live) preserves program-level governance.

For extra clarity, some teams use:

- Pivot-based dependency views to expose cross-squad slippages.
- Delivery Plans linked to Power BI for end-to-end visibility of lead time and testing.

This approach doesn’t control teams, it connects value flow with time flow, enabling leaders to anticipate risks and decisions in real time.

Thanks for your kind response.
1. How to create Pivot-based dependency views to expose cross-squad slippages.
div2. How to link delivery Plans to Power BI for end-to-end visibility of lead time and testing./div
...
1 reply by Luis Branco
Oct 18, 2025 5:35 AM
Luis Branco
...

Hi Suresh Anantharaman, excellent questions
Let’s clarify both points clearly and practically.

1. Pivot-based dependency views (to expose cross-squad slippages)
You can build this in Excel or Power BI using Azure DevOps data — via the OData feed or, preferably, the Analytics Views connector (faster and more stable).

Steps:

Connect to data: use Work Items (with fields like Feature ID, Iteration Path, Team, State, Target Date) and the WorkItemLinks table, which maps relationships (Parent, Child, Related, Blocked By).

Flatten dependencies: in Power Query, expand WorkItemLinks into a simple view — Feature → Depends On → Team / Sprint / Target Date.

Visualize in a Pivot/Matrix:

Rows = Team / Squad

Columns = Sprint

Values = Count of dependencies or % delayed

Conditional format when dependency End Date > dependent Sprint Start → highlights slippages.

Result: a dependency heatmap exposing inter-squad delays at a glance.

2. Linking Delivery Plans to Power BI (for end-to-end visibility)
While Delivery Plans can’t export directly, all underlying data lives in ADO and is accessible through the same connector.

Steps:

Pull Work Items, Iterations, and Teams (optionally a Milestones table from Excel or SharePoint).

Build a Gantt-style timeline in Power BI (e.g., Gantt by MAQ or Gantt by Lingaro).

Start = Sprint Start; Target = Planned/Actual Delivery.

Add slicers by Team, Feature Area, or Release Train.

Overlay UAT / SIT / Go-Live milestones as markers or reference lines.

Result: a real-time delivery timeline connecting sprints, dependencies, and testing phases across squads.

Quick-start tip:
Use Microsoft’s templates:

Azure DevOps Power BI Integration Templates

Analytics Views Samples

In short:
Use Analytics Views for performance, WorkItemLinks for dependency clarity, and Power BI for visibility.
Together, they transform your schedule into a living cadence map — connecting people, time, and value in real time.

avatar
Luis Branco CEO| Business Insight, Consultores de Gestão, Ldª Carcavelos, Lisboa, Portugal
Oct 17, 2025 8:07 PM
Replying to Suresh Anantharaman
...
Thanks for your kind response.
1. How to create Pivot-based dependency views to expose cross-squad slippages.
div2. How to link delivery Plans to Power BI for end-to-end visibility of lead time and testing./div

Hi Suresh Anantharaman, excellent questions
Let’s clarify both points clearly and practically.

1. Pivot-based dependency views (to expose cross-squad slippages)
You can build this in Excel or Power BI using Azure DevOps data — via the OData feed or, preferably, the Analytics Views connector (faster and more stable).

Steps:

Connect to data: use Work Items (with fields like Feature ID, Iteration Path, Team, State, Target Date) and the WorkItemLinks table, which maps relationships (Parent, Child, Related, Blocked By).

Flatten dependencies: in Power Query, expand WorkItemLinks into a simple view — Feature → Depends On → Team / Sprint / Target Date.

Visualize in a Pivot/Matrix:

Rows = Team / Squad

Columns = Sprint

Values = Count of dependencies or % delayed

Conditional format when dependency End Date > dependent Sprint Start → highlights slippages.

Result: a dependency heatmap exposing inter-squad delays at a glance.

2. Linking Delivery Plans to Power BI (for end-to-end visibility)
While Delivery Plans can’t export directly, all underlying data lives in ADO and is accessible through the same connector.

Steps:

Pull Work Items, Iterations, and Teams (optionally a Milestones table from Excel or SharePoint).

Build a Gantt-style timeline in Power BI (e.g., Gantt by MAQ or Gantt by Lingaro).

Start = Sprint Start; Target = Planned/Actual Delivery.

Add slicers by Team, Feature Area, or Release Train.

Overlay UAT / SIT / Go-Live milestones as markers or reference lines.

Result: a real-time delivery timeline connecting sprints, dependencies, and testing phases across squads.

Quick-start tip:
Use Microsoft’s templates:

Azure DevOps Power BI Integration Templates

Analytics Views Samples

In short:
Use Analytics Views for performance, WorkItemLinks for dependency clarity, and Power BI for visibility.
Together, they transform your schedule into a living cadence map — connecting people, time, and value in real time.

avatar
Sergio Luis Conte Helping to create solutions for everyone| Worldwide based Organizations Buenos Aires, Argentina

What you have if you are using some agile based method like scrum is not a schedule. First, you have a category of work items. Usualy:



1-Strategy Themes which are realized by Epics



2-Epics which are realized by Features



3-Features which are realized by User Stories



All the stuff creates a roadmap, not a project schedule. Is it possible to create something similar to map to a project schedule? Yes, it could be creating Feature based schedule in MS Project for example (you have a template in the tool) but I encourage to avoid it.



While you can consider different types of Dependencies the key is: dependencies should be defined between user stories then it does mean there is a feature dependency. And always must be created between different teams, no in the same team. Creating dependencies in the same time demonstrate a lack of "agility" inside the scrum/agile team.

...
1 reply by Suresh Anantharaman
Oct 18, 2025 9:59 AM
Suresh Anantharaman
...
Thanks for your kind response
cCeating Feature based schedule in MS Project for example (you have a template in the tool)
is there a template in msproject to leverage or a excel based schedule thay can integrate with ADO to start buliding this
avatar
Suresh Anantharaman Vice President| Standard Chartered City, State, India
Oct 18, 2025 8:52 AM
Replying to Sergio Luis Conte
...

What you have if you are using some agile based method like scrum is not a schedule. First, you have a category of work items. Usualy:



1-Strategy Themes which are realized by Epics



2-Epics which are realized by Features



3-Features which are realized by User Stories



All the stuff creates a roadmap, not a project schedule. Is it possible to create something similar to map to a project schedule? Yes, it could be creating Feature based schedule in MS Project for example (you have a template in the tool) but I encourage to avoid it.



While you can consider different types of Dependencies the key is: dependencies should be defined between user stories then it does mean there is a feature dependency. And always must be created between different teams, no in the same team. Creating dependencies in the same time demonstrate a lack of "agility" inside the scrum/agile team.

Thanks for your kind response
cCeating Feature based schedule in MS Project for example (you have a template in the tool)
is there a template in msproject to leverage or a excel based schedule thay can integrate with ADO to start buliding this
avatar
FAIZA KHALIL MIS,Policy & Project Coordinator| SAMBA BANK Karachi, Sd, Pakistan

An Excel project schedule can automatically import ADO data using Power Query, tracking features, stories, dependencies, and sprints across squads. It should include milestones, testing phases, and a dashboard summarizing progress, dependencies, and completion rates. This ensures visibility, alignment, and effective management of deliverables from development to go-live.

Please login or join to reply

Content ID:
ADVERTISEMENTS

"A doctor can bury his mistakes but an architect can only advise his client to plant vines."

- Frank Lloyd Wright

ADVERTISEMENT

Sponsors