30 Apr 2020 04:13 PM - last edited on 06 May 2021 02:17 PM by MaciejNeumann
Hello,
Is it possible to create a chart with the number of live users that have a specific userID.
Example : UserID that starts with "S"
Solved! Go to Solution.
30 Apr 2020 04:24 PM
You could do this with USQL but that would only include completed sessions. You could also filter down to a specific id on the sessions page but could not put this on a dashboard/custom chart.
Right now I don't see a way to do that. You'd need a way to define a new metric similar to calculated service metrics.
30 Apr 2020 05:22 PM
You cannot do it right now, as live user sessions are not stored yet in the storage database but kept in memory. It's a subject to change in the near future.
30 Apr 2020 08:56 PM
Yeah this can be done via the USQl in the user sessions blade, but its only going to show completed transactions. You could see live ones if you filter based off of the the user name starting with an S but you wont be able to make a dashboard tile or chart.