Charting

Charting

Last Year To Date formula

I need to measure sales at the Year To Date and compare sales to Last Year To Date.

What is the date formula to get Last Year To Date?

Best Answers

  • Coach
    Answer ✓

    When doing Period over Period analysis I recommend restructuring your data to make visualizing your data easier. I've done a write up on this previously here:

    A more flexible way to do Period over Period comparisons

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Answer ✓

    I will often do a formula like this that I drag into the filters section to get year to date values from previous years.

    1. CASE WHEN DAYOFYEAR(datefield) < = DAYOFYEAR(CURRENT_DATE()) THEN 'Include' ELSE 'Exclude' END

    In the filters section, I filter to Include which will filter out any rows that are later in the year.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.

Answers

  • Coach
    Answer ✓

    When doing Period over Period analysis I recommend restructuring your data to make visualizing your data easier. I've done a write up on this previously here:

    A more flexible way to do Period over Period comparisons

    **Was this post helpful? Click Agree or Like below**
    **Did this solve your problem? Accept it as a solution!**
  • Answer ✓

    I will often do a formula like this that I drag into the filters section to get year to date values from previous years.

    1. CASE WHEN DAYOFYEAR(datefield) < = DAYOFYEAR(CURRENT_DATE()) THEN 'Include' ELSE 'Exclude' END

    In the filters section, I filter to Include which will filter out any rows that are later in the year.

    **Check out my Domo Tips & Tricks Videos

    **Make sure to <3 any users posts that helped you.
    **Please mark as accepted the ones who solved your issue.

Welcome!

It looks like you're new here. Members get access to exclusive content, events, rewards, and more. Sign in or register to get started.
Sign In