Forum Discussion

cool_333's avatar
cool_333
Frequent Visitor
3 years ago
Solved

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 accept...
  • Anonymous's avatar
    Anonymous
    3 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