The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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 |
---|---|
13 | |
8 | |
6 | |
6 | |
5 |
User | Count |
---|---|
24 | |
14 | |
13 | |
8 | |
8 |