10 Sep 2018
04:58 PM
- last edited on
25 May 2021
12:52 PM
by
MaciejNeumann
Hi,
I would like to get percentile with uSQL.
Exemple :
SELECT useraction.name,city, browserFamily, count(useraction.duration), MEDIAN(useraction.duration), PERCENTILE(useraction.duration, 90) FROM usersession WHERE useraction.name='Action1' GROUP BY browserFamily,city,useraction.name
Julien
Solved! Go to Solution.
20 Jun 2019 09:35 PM
I have the exact same need. It will be so useful if this is available. Did you get an answer?
20 Jun 2019
11:29 PM
- last edited on
16 Oct 2023
03:42 PM
by
random_user
Hi Julien,
This is not currently possible but there is already an RFE: https://community.dynatrace.com/spaces/483/dynatrace-product-ideas/idea/216063/rfe-percentile-aggreg...
Judging by the comments on there, it is on the roadmap and will be a possibility in the second half of 2019