Sign In

Welcome Back,

Signup/Login with your account

You must login to ask a question.

You must login to add post.

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.

  • 0
Jitendra Mishra
Beginner

How I can do YOY of measure using Self-service

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?

Leave an answer

You must login to add an answer.

1 Answer

  1. 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>)))