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!The Power BI Data Visualization World Championships is back! It's time to submit your entry. Live now!
Hey guys,
I am using today function to get the current month, i.e. Month(Today()) which gives me output 2 as for February, but when I use format() to get the full name it changes to January - any idea what could be reason behind?
Here's the code:
Solved! Go to Solution.
Hi @Yolo_pbi
This happens because the current month is not a date datatype, it is just a number. so you always will have it as a January.
Modify your formula to
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Yolo_pbi
This happens because the current month is not a date datatype, it is just a number. so you always will have it as a January.
Modify your formula to
pbix is attached
If this post helps, then please consider Accepting it as the solution to help the other members find it more quickly
Hi @Yolo_pbi
Please create a measure
Current Month = FORMAT(TODAY(),"MMMM")
Let me know if that works for you
If your requirement is solved, please mark THIS ANSWER as SOLUTION ✔️ and help other users find the solution quickly. Please hit the Thumbs Up 👍 button if this comment helps you.
Thanks
Pijush
Linkedin
Proud to be a Super User! | |
The Power BI Data Visualization World Championships is back! It's time to submit your entry.
Check out the January 2026 Power BI update to learn about new features.
| User | Count |
|---|---|
| 60 | |
| 49 | |
| 30 | |
| 25 | |
| 23 |
| User | Count |
|---|---|
| 131 | |
| 103 | |
| 58 | |
| 39 | |
| 31 |