Dashboard Mode - Timeline charts
Dashboard Goal
Track project tasks over time to see when each task starts and ends. This helps manage deadlines and workload.
Track project tasks over time to see when each task starts and ends. This helps manage deadlines and workload.
| Task | Start Date | End Date | Duration (days) |
|---|---|---|---|
| Design | 2024-06-01 | 2024-06-05 | =C2-B2+1 |
| Development | 2024-06-06 | 2024-06-15 | =C3-B3+1 |
| Testing | 2024-06-16 | 2024-06-20 | =C4-B4+1 |
| Deployment | 2024-06-21 | 2024-06-22 | =C5-B5+1 |
| Review | 2024-06-23 | 2024-06-25 | =C6-B6+1 |
=MAX(C2:C6)-MIN(B2:B6)+1=B2 - MIN(B$2:B$6)=C2 - B2 + 1+----------------------+-----------------------+ | Total Project Days | Timeline Chart | | (KPI Card) | (Gantt Bar Chart) | +----------------------+-----------------------+ | Task Table (Details) | +----------------------------------------------+
Add a date filter to select a range of dates. When you pick a start and end date:
This helps focus on specific project periods.
If you add a filter to show only tasks starting on or after 2024-06-10, which components update?