Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
Williamson1
Frequent 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.

3 REPLIES 3
lbendlin
Super User
Super User

You can't use dates. Both values must be numeric.  Which correlation do you want to compute? Pearson?

Correlation Coefficient in Power BI using DAX - Ben's Blog (datakuity.com)

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?

yes, an epoch value would work.

Helpful resources

Announcements
PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.