Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
Not applicable

How can I group dates for a bar chart?

How can I group dates (current format DD.MM.YYY) for a bar chart by month and year? I tried: Month(Date#([Closure Due Date],'DD.MM.YYYY')), but this puts all month across years together.

1 Solution

Accepted Solutions
sunny_talwar

What if you do this:

MonthName(Date#([Closure Due Date],'DD.MM.YYYY'))

View solution in original post

2 Replies
sunny_talwar

What if you do this:

MonthName(Date#([Closure Due Date],'DD.MM.YYYY'))

martinpohl
Partner - Master
Partner - Master

use monthname instead of month so you will get mar 2016, feb 2016, dec 2015 and so on