SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
14,389 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
How to get current month name in SSRS report?For today i want to get the value like January
Hi @Jefferson-2765,
You may use monthname function in SSRS.
Check below expression:
=MonthName(Month(today()))
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.