Forum Discussion
paulwozniak
Helper I
10 years agoGoogle Analytics - date slicer only has year
I have Google Analytics set up as the only source. I have a date field, the page field and the pageviews field imported. When I create a slicer visualization and drag the date field into it, it o...
- 10 years ago
Phil_Seamark, I think what paulwozniak wants is hierarchical slicers (vs individual values), which isn't available today.
You can goto the Queries Editor, and bring Month and Day of the Month dimensions in from the Time folder. They won't affect your filters on ga:date.
Alternatively, you can add a calculated column with things like MONTH([date])
pqian
Microsoft Employee
10 years agoPhil_Seamark, I think what paulwozniak wants is hierarchical slicers (vs individual values), which isn't available today.
You can goto the Queries Editor, and bring Month and Day of the Month dimensions in from the Time folder. They won't affect your filters on ga:date.
Alternatively, you can add a calculated column with things like MONTH([date])
pqian
Microsoft Employee
10 years agopaulwozniak, take a look at this as well:
- paulwozniak10 years ago
Helper I
Thanks alot!