cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

User action duration histogram in USQL?

AntonioSousa
DynaMight Guru
DynaMight Guru

I want to be able to produce a histogram of User Action durations for a certain Application and put in a Dashboard. I have managed to do it with a Funnel, but was wondering if there is another way with Bar graphs. I used the following:

SELECT FUNNEL(duration<3000, duration<2000, duration<1000 ) from useraction

Any ideas?

Antonio Sousa
2 REPLIES 2

ChadTurner
DynaMight Legend
DynaMight Legend

I was only able to do this via funnel 😕

-Chad

Unfortunately, due to the form the Funnel is constructed, it doesn't seem to give the whole/correct values... Looking for an alternative.

Antonio Sousa

Featured Posts