Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Create Measure for Last Completed Month

Hello,   I would like to create a measure for the last completed month, formatted as such: YYYYMM. Is there an easy measure to accomplish this?   Thanks in advance!
  • johnt75's avatar
    3 years ago

    You can try

    Last completed month = FORMAT( EOMONTH( TODAY(), 1), "YYYYMM")