Forum Discussion

parvathisuku_90's avatar
5 years ago
Solved

Need help with line chart x-axis

Line chart x-axis is skipping the values, ie, missing december , feb etc..Can some one please help.  
  • v-diye-msft's avatar
    v-diye-msft
    5 years ago

    Hi parvathisuku_90 

     

    1. You can add the calculated column = month(table(date))

    Then put it to the x-axis and set the type as continuous.

     

    2. You can create a calendar table and manage the relationship with fact table, then use the date as xaxis