I have my shop data, in which I record my daily sales from the past 5 years. Now, I want to know the YOY, MOM, and DOD sales changes. How I can do this in the Lumenore?
Signup/Login with your account
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Hello Jitendra,
Kindly use the below formula to do a YOY analysis,
Formula:
(SUM(<Numerical Column>) – LAG(SUM(<Numerical Column>)) OVER (ORDER BY SUM(<Numerical Column>)) / NULLIFZERO(LAG(SUM(<Numerical Column>)) OVER (ORDER BY SUM(<Numerical Column>)))