Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
5 years ago
Solved

Visuals with milestone or event note?

Hi there,   Is there a visual can display a chart with note on timeline? E.g. user can add note in table or anywhere else and they will be displayed with data. (please ignore the date difference b...
  • v-deddai1-msft's avatar
    v-deddai1-msft
    5 years ago

    Hi Anonymous ,

     

    I have found the cause of the issue. the x-axis constant line only apply for continuous x-axis. When you drill down to the weeknum, it become categorical type. so the x-axis constant line disappear.

     

    You need to change your weeknum column to numeric use the following calculated column:

     

    Weeknum = WEEKNUM(Table[DATE])

     

    Then when you drill down to the weeknum level , the constant line will not disappear.

     

    If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

     

    Best Regards,

    Dedmon Dai