Forum Discussion
Bell Curve using Dax
It is not clear to me what your expected outcome is. I can not help you without usable sample data. Screenshot are not usable.
Hi Ibendlin,
I have a column called Averages Days with a series of unique values, e.g 11, 15, 42, 47, 56, 112 etc. I want to plot those with their distribution - so for each value it would be - norm.dist (11, 52.95, 19.62, false) . I would then get a value 0.0011 etc. I could then use the distribution values and the average days value in a histogram to get a skewed bell curve.
I need one column with all the distribution values and one with all the values from Average Days.
I made a table and need a column that refers to the values listed in the Average Days column which is a separate spreadsheet and then I can do a norm.dist on it I think.