Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
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.
ItemsID | BID($) | Poison Distribution Probability |
123 | 5 | 10% |
123 | 15 | 10% |
780 | 9 | 15% |
780 | 10 | 15% |
992 | 15 | 10% |
992 | 20 | 10% |
100 | 30 | 3% |
100 | 32 | 3% |
889 | 20 | 1% |
155 | 30 | 2% |
155 | 35 | 2% |
110 | 30 | 17% |
110 | 32 | 17% |
Currently, I am getting this with the following Measure formula.
Thank you in anticipation.
Hi @Anonymous ,
Not sure but , Check if these help
https://www.youtube.com/watch?v=OONJNyiDhGQ
https://www.youtube.com/watch?v=xWva7msu8Yk
https://community.powerbi.com/t5/Desktop/NORMAL-DISTRIBUTION-FORMULA-IN-DAX/td-p/167215
Regards,
HN
User | Count |
---|---|
14 | |
9 | |
7 | |
7 | |
6 |
User | Count |
---|---|
21 | |
11 | |
10 | |
10 | |
8 |