Forum Discussion

Riyaz999's avatar
Riyaz999
Helper II
7 months ago
Solved

Custom Date table based on date field in FACT table with hierarchy applied to datetime field

Hello all,   I don't mind where the date table is created be it in the SQL Server database, Power Query, etc.  Wherever it makes the most sense. I have a FACT table in SQL Server.  There is a da...
  • v-sshirivolu's avatar
    v-sshirivolu
    6 months ago

    Hi Riyaz999 ,
    When you use the full Date column as a continuous axis in Power BI, it creates a single chronological timeline, resulting in one long line across all years rather than overlapping lines. This is the expected behavior. If you want to compare multiple years on the same January - December scale, you will need a normalized axis like DayOfYear or a Month-Day index. This method aligns all years onto one seasonal timeline and allows for separate lines for each year. A continuous date axis is not designed to overlay years on top of each other.