Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 
mrichman
Creator II
Creator II

Dimension not grouping, tried Aggr also not working.

Hi All, 

I have a date dimension calculating total x values, however my chart does not group them (i'm using a sum). I tried the aggr function but it is not working. 

Do you probably know whats going on?  Thanks in advance! 

ChartIssueQV.PNG

Thanks in advance

1 Solution

Accepted Solutions
lironbaram
Partner - Master III
Partner - Master III

hi 

if you have a date field and you only change the format , it will still display a column for each date 

if you want it to disaply a month aggregation 

in the dimension use this 

=date(monthstart(DateField),'MM/YYYY')

View solution in original post

2 Replies
lironbaram
Partner - Master III
Partner - Master III

hi 

if you have a date field and you only change the format , it will still display a column for each date 

if you want it to disaply a month aggregation 

in the dimension use this 

=date(monthstart(DateField),'MM/YYYY')

mrichman
Creator II
Creator II
Author

Awesome!! Thanks