Forum Discussion
Irwan
2 years agoSuper User
Need 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
2 years agoSuper User
Hello lbendlin
that DAX is superb, thank you.
I dont know if there is a sumx offset at line 6 (maybe) as a "bridge" before sumx the whole result as in Line 8 (thought it can be done directly by using earlier indexing).
I need to work again on my DAX understanding as a beginner.
Again, thank you and really appreciate for the help.
lbendlin
2 years agoSuper User
As always you can approach the issue with different DAX functions but you will want to unlearn EARLIER and embrace the window functions. Makes the shifted reference so much easier.