Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Good afternoon community,
I'm looking to display months' names in a report, but so far I have only been able to get the month number via :
CURRENTMONTH=MONTH(TODAY())
However, I would like to have this month displayed by its name and not its number. I have see many examples on this forum about this, but they all use a table with a new column, which I am unable, as this report is based on a online dataset.
Therefore: can I display months' names using a measure formula?
Best regards,
Solved! Go to Solution.
You can use this :
today = FORMAT(TODAY(), "MMMM")
That was actually pretty easy... Thank you very much mate!
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 72 | |
| 46 | |
| 35 |