Forum Discussion
jkhan
5 years agoHelper III
Help in Visual
It is possible to create above visual where we have distribtion as per month and year
- 5 years ago
jkhan , With year and month on axis. you should have that. Expand till month level. If needed use concatenate label in format.
Make sure Month sort on month no
Month = FORMAT([Date],"MMM")
Month No = FORMAT([Date],"MM") //month sorted on this column
amitchandak
5 years agoSuper User
jkhan , With year and month on axis. you should have that. Expand till month level. If needed use concatenate label in format.
Make sure Month sort on month no
Month = FORMAT([Date],"MMM")
Month No = FORMAT([Date],"MM") //month sorted on this column
jkhan
5 years agoHelper III
Hi Amit I tried your steps but its showing only year for me