Forum Discussion
Anonymous
5 years agoNot applicable
Normal Distribution Curve in Power Bi
Hi, I'm trying to create a normal distribution curve in Power BI. I was able to create a bell shape with a simple line chart but I'm not sure how to add mean and sigma values within the chart.
Greg_Deckler
5 years agoCommunity Champion
Anonymous - Check out the attached PBIX file below sig. Page 11. I created the bell curve and then these two measures:
Average = AVERAGEX(ALL('Table 2'),[Column])
StdDev = STDEVX.S(ALL('Table 2'),[Column])
Greg_Deckler
5 years agoCommunity Champion
Anonymous - Did this solve your issue?