28 Dec 2021 08:32 AM - last edited on 30 May 2023 02:42 PM by Michal_Gebacki
Hi,
we'd like to add a panel that displays a column graph of session count over the course of 7 days with a resolution of 1 day and a line graph of the average pre-day.
How we can do that?
Thanks,
Arnit
Solved! Go to Solution.
28 Dec 2021 01:32 PM
This can be done via the User Session Segmentation:
29 Dec 2021 03:46 PM
Hi @ChadTurner
The issue with USQL is that it miss all the goodies we get in DATA Explorer 🙄
@arnit_kashi It's look like a great product idea to add resolution capability to the data explorer to show single vale per day/week/month in graph
Till than you can create small exe that will get the session metrics with api query with day resolution every night after midnight for the day before and add this metric with with 00:00 time of the night before, this will help you to chart the required info.
HTH
All the best and stay safe
Yos
29 Dec 2021 06:28 AM - edited 29 Dec 2021 02:48 PM
Hi Chad !
Tank you it is good :)
but in addition we want to display in linear graph the average of session count
Is there an option to add resolutions in data explorer?