Forum Discussion

Raki39's avatar
Raki39
Icon for Helper I rankHelper I
4 years ago
Solved

display values till current month-1

Hi, I have a requirement where I need to display values till current month-1( if the month is march, I have to show all the values till feb including all the previous values). In this case, I have a...
  • amitchandak's avatar
    4 years ago

    Raki39 , One is a relative date slicer, if that can work

    or create measure like

    calculate([Measure], filter(Table, Table[Date] <=eomonth(today(),-1))