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

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
Anonymous
Not applicable

Interface Egress and Ingress 95th Percentile

I am looking for the 95th percentile for [IN_Megabytes] and [OUT_Megabytes] for each distinct [FullName] by day, week, and month. The data sample is every hour. I have data for a whole month. Here is what the dataset I am working with looks like (there are approx. 1000 interfaces, each polled every hour for the megabyte in and megabyte out):

intf.png

1 ACCEPTED SOLUTION
Anonymous
Not applicable

@Anonymous  - You could write a Measure like this for the incoming:

 

Ingress 95th Percentile = PERCENTILE.EXC(YourTable[IN_Megabytes],.95)

And another for the outgoing:

 

Egress 95th Percentile = PERCENTILE.EXC(YourTable[OUT_Megabytes],.95)

Use these measures in your visuals, along with relevant dates and FullName - the calculations will be run within each "filter context".

 

I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.
Nathan Peterson

View solution in original post

1 REPLY 1
Anonymous
Not applicable

@Anonymous  - You could write a Measure like this for the incoming:

 

Ingress 95th Percentile = PERCENTILE.EXC(YourTable[IN_Megabytes],.95)

And another for the outgoing:

 

Egress 95th Percentile = PERCENTILE.EXC(YourTable[OUT_Megabytes],.95)

Use these measures in your visuals, along with relevant dates and FullName - the calculations will be run within each "filter context".

 

I hope this helps. If it does, please Mark as a solution.
I also appreciate Kudos.
Nathan Peterson

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

Power BI Carousel June 2024

Power BI Monthly Update - June 2024

Check out the June 2024 Power BI update to learn about new features.

RTI Forums Carousel3

New forum boards available in Real-Time Intelligence.

Ask questions in Eventhouse and KQL, Eventstream, and Reflex.