Forum Discussion
Irwan
Super User
2 years agoNeed Help on Autocorrelation Calculation
Hello Power BI expert, I need an advice on how to do autocorrelation calculation in Power BI. for now i am trying to replicate the result from excel tutorial. I read there are two ways of...
- 2 years ago
Here you go
Irwan
Super User
2 years agoHello lbendlin
here is the sample data. Basically that is a data came from the website that i mentioned (I am trying to recreate the result before applying it into real data).
| Jan | 56 |
| Feb | 58 |
| Mar | 69 |
| Apr | 50 |
| May | 66 |
| Jun | 68 |
| Jul | 78 |
| Aug | 73 |
| Sept | 88 |
| Oct | 90 |
Here is the result that I wish to get in Power BI
However, if Power BI has no memory or concept of self-referencing, then it is impossible doing autocorrelation in Power BI?
Thank you and really appreciate for the help.
lbendlin
Super User
2 years agoAh, that's actually simple - basically a special case for a Pearson correlation within the column. Let me play with that a bit.