Forum Discussion
Williamson1
4 years agoFrequent Visitor
Correlation coefficient between a measure and date using DAX
Hello, I need to calculate the correlation coefficient between a measure price (y) and date (X) using DAX. Please advise and if possible provide the DAX.
Williamson1
4 years agoFrequent Visitor
Thanks for the article. Yes, need to do a Pearson correlation coefficient between a value and date. This should be possible, correct?
https://towardsdatascience.com/four-ways-to-quantify-synchrony-between-time-series-data-b99136c4a9c9
Should I convert date to unix timestamp would that work with the concept in your article?
lbendlin
4 years agoSuper User
yes, an epoch value would work.