Forum Discussion

bigspikemike's avatar
bigspikemike
Regular Visitor
9 years ago
Solved

Previous YTD Help

Hi BI Community,   I am trying to make a drillable matrix and visuals that show the current progress compared to last years progress. My formula is:   Previous YTD = CALCULATE(TOTALYTD([total sal...
  • v-sihou-msft's avatar
    9 years ago

    bigspikemike

     

    In your scenario, to see the indivual month data, you should create a YearMonth column first, then build a hierarchy like "Year->YearMonth->Date". Your Previous YTD will return correct result.

     

     

     

    Regards,