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

Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now

Reply
jasemilly
Helper III
Helper III

Looking at call data using Poisson Distribution, is their a better way

Hi

 

I am making my first steps into more statistical/forecast reporting using power bi.   Currently I am looking at the companies telephone system and how many calls we take in an attempt to help with handling call volumes.

Looking at the data over a date range of a few months I realised that the report needed to allow for peak and off peak times.  


So I am looking at each hour of the day indvidually.

I created 24 measures that are the mean average for each hour of the day.

then I will use POISSON.DIST() function  the first parameter is the number of occurances I want to predict the probability for.
I intend to cover from 40 - 180 in groups of 5.

 

So I will need to create a measure for each of these groups and then again for each hour of the day.

Is their a better way to create this ?  I fell calaculation groups could help me but I am unsure how I would set this up. 

Can a more efficent way be set up? 

1 ACCEPTED SOLUTION
mahoneypat
Microsoft Employee
Microsoft Employee

You shouldn't need the 24 separate measures for each hour.  The simplest way would be to make a Time table that has a column for hours, half hours, and any other time intervals you need.  You can then use those columns in your visual.  If you provide some sample data in a copy/paste-able format (or a link to it), a more specific solution can be provided.

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


View solution in original post

1 REPLY 1
mahoneypat
Microsoft Employee
Microsoft Employee

You shouldn't need the 24 separate measures for each hour.  The simplest way would be to make a Time table that has a column for hours, half hours, and any other time intervals you need.  You can then use those columns in your visual.  If you provide some sample data in a copy/paste-able format (or a link to it), a more specific solution can be provided.

 

Pat





Did I answer your question? Mark my post as a solution! Kudos are also appreciated!

To learn more about Power BI, follow me on Twitter or subscribe on YouTube.


@mahoneypa HoosierBI on YouTube


Helpful resources

Announcements
Fabric Data Days Carousel

Fabric Data Days

Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!

October Power BI Update Carousel

Power BI Monthly Update - October 2025

Check out the October 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors