問題
How to create a normal distribution known as Gaussian distribution in Tableau Desktop?
How to create a normal distribution known as Gaussian distribution in Tableau Desktop?
INT([Sales by Customer] / [Bin Size]) * [Bin Size]
COUNTD([Customer Name])
{FIXED [Customer Name]: SUM([Sales])}
{AVG([Sales by Customer])}
{STDEV([Sales by Customer])}
(1/MAX([Standard Deviation])*SQRT(2*PI())) * EXP(-SQUARE(MAX([Size of Sales (bin)])-MAX([Mean]))/(2 * SQUARE(MAX([Standard Deviation]))))