Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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
Solved! Go to Solution.
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
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