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

Enhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.

Reply
Anonymous
Not applicable

Need a help with creating range of Values to find Probability.

 
Hi, I am a new user of DAX.  Could you please help me with the following problems.

I am trying to get  Probability (Poison Distribution) based on the Item ID for a given range of values. For Example,  itemID 123, there is 10%  probability values fall between 10 to 15. 

 

I used the following formula. But it is picking a range of values from 0 to Given value.  Need something like a Poison Distribution Column. 

 

ItemsIDBID($)Poison Distribution Probability
123510%
1231510%
780915%
7801015%
9921510%
9922010%
100303%
100323%
889201%
155302%
155352%
1103017%
1103217%

 

Currently, I am getting this with the following Measure formula.

Prob = POISSON.DIST(10;[MEAN2];TRUE)

 

Capture.PNG

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Thank you in anticipation.

1 REPLY 1

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

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

August 2025 community update carousel

Fabric Community Update - August 2025

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