Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn the coveted Fabric Analytics Engineer certification. 100% off your exam for a limited time only!

Reply
Ley
Helper I
Helper I

Percentile by group and day

Hi, 

I want to calculate percentile 90 for each cluster, so each day I have a value greater than percentile 90 for this group I obtain 1, otherwise I should obtain 0. I have a table with deferent ID, for example: 1004365, 1004365... and each ID belongs to a different group.

In this case I need aditional column that indicates if I have a number of IDs (Peticiones) greater than percentile 90 of IDs for this group or not.

image.png

I have tried with the following:

p90 = PERCENTILE.INC(Cluster_taggeado[__inciden], 0.9)
and __inciden is a calculated coulmn:
__inciden = DISTINCTCOUNT(Cluster_taggeado[Ticket_ID])
Any help? thanks
2 REPLIES 2
harshnathani
Community Champion
Community Champion

HI @Ley ,

 

Please share sample data and expected output in text format.

 

Regards,
Harsh Nathani
Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)

Anonymous
Not applicable

Wish I could help you... but can't because I don't understand your description.

Helpful resources

Announcements
April AMA free

Microsoft Fabric AMA Livestream

Join us Tuesday, April 09, 9:00 – 10:00 AM PST for a live, expert-led Q&A session on all things Microsoft Fabric!

March Fabric Community Update

Fabric Community Update - March 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors