Forum Discussion
GROUP INTO MONTH
- Anonymous8 years ago
baBI123,
If you create relationship between the SHOP WO TAT table and a calendar table using date field, drag the date field of the calendar table to X-axis of your chart, then you are able to get date hierachy and remove Year & Quarter & Day as mehaboob557' s post.
Another method is to create a MonthName field in your SHOP WO TAT table using DAX below, then drag the MonthName field to X-Axis of your chart.MonthName = SWITCH(MONTH('SHOP WO TAT'[Entry Date]),1,"January",2, "February",3,"March",4,"April", 5,"May",6,"June",7,"July",8,"August",9,"September",10,"October",11,"November",12,"December")
Regards,
Lydia
HI mehaboob557 Unforunately, I don't have that option... any other ideas?
- baBI1238 years agoHelper II
Unfortunately, I can't share this file with you mehaboob557because it has private company information... Thank you for your help. It is still not working..:mansad:
- Anonymous8 years agoNot applicable
baBI123,
Have you checked my methods? The two methods work in my environment.
Regards,
Lydia- baBI1238 years agoHelper II
your second suggestion worked Anonymous one more question, how can I get them to go in order (ex: JAN, FEB, MARCH) ? Right now the month names are sorted in alphabetical order :(
Thanks!