Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
A couple of things I am trying to figure out:
Data is attached in a model view format.
Hi,
I noticed that your Month Start and Month End both come from the same column (CalendarYearMonth) so choosing a date from the Start will also select your end filter.
I've added a set analysis that you can add to your existing measures and set analysis to take the minimum and maximum.
For example
count({$<Date={">=$(=monthstart(min(Date)))<=$(=monthend(max(Date)))"},[Column]={'New Hires'}>}ID])
For this to work however you'll need to select a range in CalendarYearMonth and not just the start and end date.
Regards
Anthony
Hi,
I noticed that your Month Start and Month End both come from the same column (CalendarYearMonth) so choosing a date from the Start will also select your end filter.
I've added a set analysis that you can add to your existing measures and set analysis to take the minimum and maximum.
For example
count({$<Date={">=$(=monthstart(min(Date)))<=$(=monthend(max(Date)))"},[Column]={'New Hires'}>}ID])
For this to work however you'll need to select a range in CalendarYearMonth and not just the start and end date.
Regards
Anthony