Forum Discussion
parvathisuku_90
Helper I
6 years agoNeed help with line chart x-axis
Line chart x-axis is skipping the values, ie, missing december , feb etc..Can some one please help.
- 6 years ago
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
dedelman_clng
Community Champion
6 years agoHi parvathisuku_90 -
This behavior is because your X-axis is set to "Continuous", not "Categorical". You can switch it to categorical, but then every date entry gets its own spot on the axis and it may introduce a scroll bar as the data extends out to the right.
Hope this helps
David