Forum Discussion

JennetK's avatar
JennetK
Frequent Visitor
3 years ago
Solved

Creating a measure Last Year

Hi 

I am wanting to create a measure for Last Year, but instead the number I get is all years (2020,2021 and 2022)

Here is my measure

Total Quoted LY = CALCULATE(SUM('ELT Quotes'[Total Quoted value ()]),DATEADD('Calender Table'[Date],-1,YEAR))
Here is my Date Hierarchy.  What I ultimately am trying to do is show the increase or decrease between last years quoted figures and this years.  e.g. Say, as example This Year 30m, last year 25m, increase of 20%.  I want to show 20% in my visual of 2022 (30m)

 

 

Thanks Jennet

  • JennetK's avatar
    JennetK
    3 years ago

    Hi Thanks for the helpful tip.  I have solved this particular problem.

5 Replies