Daniil
Kudo Kingpin
9 years agoCorrelation coefficient
The quick measure calculates the Pearson correlation coefficient between two measures within the category.
NAME:
Correlation coefficient
DESCRIPTION:
Calculate the Pearson correlation...
lbendlin
Super User
2 years agoCan't see a reason for that, but is likely a question for jeffrey_wang
jeffrey_wang
Power BI Team
2 years agoLinest is just a shortcut for LinestX with the <table> argument derived from the column references. The internal algorithm is the same.
- dfreeman22 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.