Drill down by date in line chart (dashboard)

Hello,

I have a date field that is set as a date type. I can change aggregation in my line chart visual in the analysis both in the visual and on the field well without issue. I can’t do this in the dashboard though. My end users need to be able to see the data by various date aggregations. Documentation I’ve read indicates this should work, but I don’t have the ability to change the aggregation type in the published dashboard version of the analysis. Am I missing something or is this not possible to do in the dashboard?

Thanks!

Hi @jonfrank3366 ,

When you publish the dashboard, can you check the option under Data point options checked for drill down?

Thanks,
Prantika

Hi @jonfrank3366,
The easiest/quickest way to handle this (which would require your sheet to be in free form); would be to create copies of your visual, one for each time aggregation.
Then, create a custom drop down parameter for those time aggregations (you’ll create a string parameter though) and add a control on the sheet for it.
Last, you’ll create a rule for each of your visual copies. You’ll set them to match the parameter you just created (I.E. When parameter equals ‘Day’, show the ‘by day’ visual.

Check out this Arena View where I setup this scenario and let us know if you have any additional questions

Drill Down By Date in Line Chart

Thanks. Unfortunately this is already enabled when I go to the advanced settings in the publish screen.

Thank you for sharing. I appreciate the thoughtfulness and effort. Is there not a simpler way to handle this though? This seems like something really basic that any BI tool should be able to do, provided the date field is formatted as a date type.

Ok, next check , when you click on the data points in the dashboard do you see the option to drill down? how does it look?

Do you see similar option?

3 Likes

Wow that works! I can’t believe I was missing that. Thank you!

2 Likes