xViz
ProductPricingCommunity
  • Welcome to xViz Docs!
  • Project Management
    • Project Management - xViz Gantt Chart | Introduction
    • Hierarchy and Additional Columns
    • 🔸Milestones
      • Milestone Formatting
    • Planned Bars
      • Planned Bars Formatting
    • Connectors
      • Primary & Secondary Connectors
      • Multiple Connectors
      • Connectors Formatting
    • Progress
      • Tracking the progress
      • Progress Bar Display
      • Progress Base
      • Bar Formatting
    • Timeline Configurations
      • Timeline Start/End
      • Timeline Range
      • Header Levels
      • Zoom Levels
      • Zoom Options
      • Fiscal Year Support
      • Timeline Format
      • Language Support for Timeline
    • ✨Alerting Techniques
      • Steps to enable Conditional Formatting
      • Conditional Formatting
    • Reference Lines and Reference Range
      • Introduction
      • Static Approach
      • Data Driven Approach
    • Resource Gantt
    • ➡️Other Features
      • Data Colors
        • Row Background Color
        • Bar Border Color
        • Bar Selection Color
        • Bar Fill Color
        • Connectors
      • Duration Data field
      • Display Duration
      • Display Totals
      • Hide Blanks
      • Date Formats
      • DaysOff
        • Weekday
        • Custom Date
      • Setting Up Drill-through
      • Configure External URLs
      • Splitter Position
      • Text Customization
      • Row Numbering
      • Indentation
      • Sorting
    • Parent Level Calculations
      • Aggregation Types
    • Tooltip
    • Release Notes
    • ❓FAQs
  • Performance Management
    • Performance Flow - Introduction
      • Installing from AppSource
      • Get Started
    • Use Cases
      • Organization Performance
      • Microsoft Tenant Data Analytics
        • Organization Chart using Microsoft Graph API
      • Process Flow
      • Sales Performance Analysis
      • Cost Center Analysis
      • KPI Tree
      • Warehouse Management
      • Supply Chain Network
    • Configuring the chart structure
      • Hierarchy structure
      • Grouping / Swim Lanes
        • Data Structure for Columnar Group View
        • Data Structure for Wide Group Views
      • Invisible Group
    • 🪪Display Data in the Cards
      • Title, Subtitle
      • 👨‍💼Images
        • Converting HTTPs link images/icons to Base 64 in Power BI
        • Handling long Base 64 URLs in Power BI
      • 🔢Displaying KPIs
        • Number Formatting
      • 🔻Displaying Variance
      • Sparkline Trends
      • 🔗Hyperlinks
    • Card Formatting
      • Data-Driven Color
      • Templates
      • Customize Template
        • Insert additional data
        • Alignment
        • Wrap Text
        • Styling
        • Margin & Split
        • Modify (Delete / Cope-Paste)
        • Import/Export
    • Links
    • 🗒️Notes & Annotation
    • 🚦Conditional Formatting
    • Layout & Orientation
    • ✨Search
    • ✨Viewing Subtrees
      • Cross Filtering with Subtrees
    • 🔐✨User Context - RLS Experience
    • ✨Filter Context
    • 🎨Formatting Features
      • Formatting Font & Colors
      • Connectors
      • Expand Collapse Button
      • Dimensions
    • Toolbar Ribbon Configuration
    • Simulation
    • ❓FAQs
      • Circular Dependency message
    • Tips & Tricks
      • Bookmark
      • Report Page Tooltip
      • Field Parameters
      • Drill Through
    • Release Notes
Powered by GitBook
On this page

Was this helpful?

  1. Project Management
  2. Timeline Configurations

Timeline Start/End

PreviousTimeline ConfigurationsNextTimeline Range

Last updated 5 months ago

Was this helpful?

xViz Gantt Chart offers flexibility to use Default, Static or Dynamic dates in the Timeline.

  1. Default - The timeline range is defined by the earliest start date and the latest end date from the data provided in the date fields. When any filter is applied, this range adjusts dynamically based on the filtered date values.

  2. Static - Define static dates for the timeline start and end. Irrespective of any filtering or dates of the tasks or today's date, the timeline range will remain static.

  3. Dynamic - Provide DAX measures to determine the timeline start and end dates. The best use case is for Rolling timelines where the context of today's date is essential. For example: If it starts today (Nov 7, 2024) and shows the next 2 years, in one month, it will be dynamically adjusted to show from Dec 7, 2024, to Dec 7, 2026, keeping the 2-year view as time moves on.

Step to Configure Static Dates
  1. Open the Advanced Editor Icon

  2. Open the Timeline section.

  3. Options of Start Date and End Date will be shown:

  4. Select the drop drown option for Start Date/End Date and select the "Static Date" option:

  5. Select the Date from the Calendar:

  6. Click on the Save button to save the changes:

Benefit! This enables to keep the Timeline static despite applying filters/slicers.

Steps to add Dynamic Dates

The Rolling timeline in a Gantt chart dynamically shifts the displayed time range.

Example: If it starts today (Nov 7, 2024) and shows the next 2 years, in one month, it will be dynamically adjusted to show from Dec 7, 2024, to Dec 7, 2026, keeping the 2-year view as time moves on.

Let's see the steps to set it up:

  1. Create the DAX measures for Dynamic Start Date and Dynamic End Date ad below:

Rolling Timeline Start = TODAY()
Rolling Timeline End = EDATE(TODAY(), 24)

Note: DAX Measures for Dynamic Start Date and Dynamic End Date may vary based on different use cases and business requirements

  1. Populate the 'Timeline Start/End' Date field with the above DAX measures.

  1. In the Timeline section, select 'Data' for Start Date/End Date and choose the respective measures as shown image below:

Combination of Dates
  1. In the Timeline section we can use a combination of dates.

  2. Can show the Start date as a Static date and End date as Data.

Image 1: Advanced Editor option
Image 2: Timeline Tab in Advanced Editor
Image 3: Start Date and End Date options to define the Range
Image 4: "Static Date" option for Start Date and End Date to define the static Range
Image 5: Static Dates set for both Start Date and End Date
Image 6: Start Date and End Date applied to Timeline Range
Image 7: Populate Timeline Start/End field
Image 8: Choose respective measures in Timeline tab
Image 9: Start and End Dates can have different types of values to define the Timeline Range