Forum Discussion

amaniramahi's avatar
amaniramahi
Icon for Helper V rankHelper V
5 years ago
Solved

DATESBETWEEN with ALL Function

I need to calculate Year Over Year results for the same periods   I used the following code       YOY% = var UptoDate = MAX('Monthly Reg Data'[Sales Month]) var CY = Year(UptoDate) var PY = C...
  • amaniramahi's avatar
    5 years ago

    Sorry, It was my mistake 

    I figured it out