This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreGet Fabric Certified for FREE during AI Skills Fest. This week only. Secure your voucher now.
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, the card is displaying January and not May.
Solved! Go to Solution.
Hey,
use this formula:
Current Month Name = FORMAT(TODAY(),"mmmm")
Format needs a real date, using MONTH is returning just an integer.
Regards
Tom
Hey,
use this formula:
Current Month Name = FORMAT(TODAY(),"mmmm")
Format needs a real date, using MONTH is returning just an integer.
Regards
Tom
And a date of 5 is Thursday the 4th of January, 1900, which is why it was returning Jan
Hi @Anonymous
Please try this instead.
Report Month = FORMAT(TODAY(),"MMMM")
Check out the May 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 21 | |
| 21 | |
| 21 | |
| 21 | |
| 16 |
| User | Count |
|---|---|
| 56 | |
| 53 | |
| 49 | |
| 26 | |
| 26 |