Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
8 years ago
Solved

Month Format

I am trying to add the month into the report I am creating. I made a measure and have displayed it as a card. This is the formula for my measure. Report Month = FORMAT(MONTH(TODAY()),"mmmm"). However...
  • TomMartens's avatar
    8 years ago

    Hey,

     

    use this formula:

    Current Month Name = FORMAT(TODAY(),"mmmm")

    Format needs a real date, using MONTH is returning just an integer.


    Regards

    Tom