My question concerns drill-path view and how I should set it up.
Everything went well when I created my 1st card where I chose TIMEGROUP as a X-axis, avg(VALUE) as Y-axis, and again TIMEGROUP as Series. In the bar chart, I get my 3 TIMEGROUPs in 3 different columns with VALUEs aggregated between them.
Now, I need to create a drill down view to TIMEGROUP-level data, e.g. if I click on TimeGroup1, I'll get another bar chart showing all values on Y chart (not aggregated), sorted by DATE.
What exactly should I put on X-axis?
If I put DATE there, my graph becomes rather odd-looking with very thin bars (line-like) that are too far from each other and it shows the whole range of dates.
If I put NAME there, I lose the ability to differentiate bars by date and preferably time (since some of the dates can contain 2 values)..
Is it possible to set NAME as X-axis, but display X-axis labels in the form of DATE&TIME? How would I do that?
Or for example, is there any way to play around with DATEs so that the graph doesn't show the whole range between my actual dates?
So, here is the data I have:
TIMEGROUP | NAME | TIME | DATE | VALUE |
TimeGroup1 | SameName | 10:00P -10:30P | 2/18/2017 | 2 |
TimeGroup1 | SameName | 10:30P -11:00P | 2/20/2017 | 4 |
TimeGroup2 | SameName | 08:00P -09:00P | 2/27/2017 | 6 |
TimeGroup2 | SameName | 09:00P -10:00P | 2/30/2017 | 8 |
TimeGroup2 | SameName | 10:00P -10:30P | 3/22/2017 | 10 |
TimeGroup3 | SameName | 08:00P -09:00P | 3/25/2017 | 12 |
TimeGroup3 | SameName | 10:00P -11:00P | 3/25/2017 | 14 |
TimeGroup3 | SameName | 11:00P -12:00A | 2/24/2017 | 16 |