Forum Discussion

TimK's avatar
TimK
Helper III
4 years ago
Solved

Help with a BETA.Distribution

Hope someone can help me please!

 

I have a table called tblFinancialYears, with a field called [Date] with dates by Month

 

I have another table like this:

 

ProductStart DateEnd Date
A01/08/202401/12/1937
B02/09/202502/12/1937
C03/04/193003/12/1937

 

I am trying to create a Measure that plot the Beta.Distribution curve for each product between the individual Start and End dates.

 

Alpha: 3.4

Beta: 2

 

I would hope to get distribution curves like this:

 

 

Any ideas please?