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,
can you please explain what do you mean by "Expand till month level"
Best Regards
Jamsher