This is best Fabric, Power BI, SQL and AI community event. How do we know? The last event sold out! Save €200 with code FABCMTY200.
Register nowA new Data Days event is coming soon! This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. Don't miss out.
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 |
|---|---|
| 28 | |
| 28 | |
| 26 | |
| 20 | |
| 16 |
| User | Count |
|---|---|
| 52 | |
| 47 | |
| 39 | |
| 21 | |
| 20 |