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

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
cool_333
Frequent 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

1 ACCEPTED SOLUTION
Anonymous
Not 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

View solution in original post

1 REPLY 1
Anonymous
Not 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

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

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

Top Solution Authors