Forum Discussion

ohb60's avatar
ohb60
Frequent Visitor
7 years ago
Solved

Previous month name in a empty table

Hi PBI expert,   I'm a beginner and I'm using Json file with relative date (month -1) and I'd like to find the name of the previous month from today's date...   So this is how I find the actual m...
  • ohb60's avatar
    ohb60
    7 years ago

    Finally I found something that works : 

     

    PrevMon = FORMAT(EDATE(NOW();-1);"MMMM")

    :smileyhappy:

     

    Thanks everyone !