Daniil
9 years agoKudo Kingpin
Correlation coefficient
The quick measure calculates the Pearson correlation coefficient between two measures within the category.
NAME:
Correlation coefficient
DESCRIPTION:
Calculate the Pearson correlation...
jeffrey_wang
2 years agoPower BI Team
Linest is just a shortcut for LinestX with the <table> argument derived from the column references. The internal algorithm is the same.
dfreeman2
2 years agoNew Member
Right, I was trying to determine why the Quick measure for Correlation Coefficient is giving an R value that when squared does not match Linest. Since the quick measure is forcing the summarization, it is only an estimated R value.