Forum Discussion
Syndicate_Admin
Administrator
2 years agoMID function to know which month it corresponds to
Hi I have this feature MonthName = UPPER(LEFT(FORMAT([Date], "MMMM"), 1)) & LOWER(MID(FORMAT([Date], "MMMM"), 2, ONLY(FORMAT([Date], "MMMM")) - 1)) which per row should show which month it corresp...
- 2 years ago
I don't recognize ONLY as a DAX function.
What are you expecting MonthName to look like? Why not just use FORMAT ( [Date], "mmmm" )?
AlexisOlson
Super User
2 years agoI don't recognize ONLY as a DAX function.
What are you expecting MonthName to look like? Why not just use FORMAT ( [Date], "mmmm" )?