Learn from the best! Meet the four finalists headed to the FINALS of the Power BI Dataviz World Championships! Register 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")
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 33 | |
| 32 | |
| 18 | |
| 17 |
| User | Count |
|---|---|
| 64 | |
| 64 | |
| 41 | |
| 27 | |
| 24 |