28 Dec 2021
12:32 AM
- last edited on
30 May 2023
06:42 AM
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.
This can be done via the User Session Segmentation:
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
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?