Forum Discussion
First letter capitalized
- 2 years ago
The FORMAT mmmm is returning lower case because of your langauge settings.
Different countries have different rules:-
Click to learn about language settingsen: September
es: septiembre
fr: septembre
de: September
This will display months with capital first letterMonth = UPPER(LEFT(FORMAT('Calendar'[Date],"mmmm"),1)) & MID(FORMAT('Calendar'[Date],"mmmm"),2, LEN(FORMAT('Calendar'[Date],"mmmm"))-1)Please now click the thumbs up and the [accept as solution] button. Thank you.
In your calanedar table add a calculate column~
Month name = FORMAT('Calendar'[Date],"mmmm")
Thanks for the clear description of the problem. I wish everyone did that!
Remember we are unpaid volunteers. So please click the thumbs up and the [accept as solution] button to leave kudos.
One question per ticket please. If you need to extend your request then please raise a new ticket.
You will get a quicker response and each volunteer solver will get the kudos they deserve. Thank you !
If you quote speedramps in your next tickets then I will then receive an automatic notification, and will be delighted to help you again.
Please now click the thumbs up and the [accept as solution] button. Thnak you.
- amgelain2 years agoRegular Visitor
Hello! Previously, this was the formula I created. As shown in the image, the month starts with a lowercase letter.
What can it be?
Grateful.
ā