Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello,
I have the following data structure:
I need to show the last distinct count of IDs by date in a drill down bar chart.
For example when the chart shows the year, i need to show the last count of each year,
when the user clicks a specific year, i need to show the last count of each month,
and when the user clicks a specific month, I need to show the last count of each day.
By last count i mean the count where date = max(date) (for each level in the bar chart)
Thanks.