Forum Discussion
cool_333
3 years agoFrequent Visitor
Beta distribution in power Bi
hi all,
Can somebody guide me how to use beta distribution function in power bi. I have a column - values are from 1 - 14, and I need to find beta distribution , it seems dax function only accepts scalar value so how can I pass column values?
thanks
- Anonymous3 years ago
Hi cool_333,
I'd like to suggest you take a look at the following document about BETA.DIST function to achieve with beta distribute calculations:
BETA.DIST function (DAX) - DAX | Microsoft Learn
Syntax:
BETA.DIST(x,alpha,beta,cumulative,[A],[B])Regards,
Xiaoxin Sheng
1 Reply
- AnonymousNot applicable
Hi cool_333,
I'd like to suggest you take a look at the following document about BETA.DIST function to achieve with beta distribute calculations:
BETA.DIST function (DAX) - DAX | Microsoft Learn
Syntax:
BETA.DIST(x,alpha,beta,cumulative,[A],[B])Regards,
Xiaoxin Sheng