I have a table which has a Payout Month Column, which is a formula:
DATETIME_FORMAT({Check-in date}, 'MMMM')
How can I add the month number in front of the Month word (ie: 1 Jan)?

Solved
Display Month Number & Month Name
Best answer by augmented
I think you want…
MONTH({Check-in date}) & ’ ’ & DATETIME_FORMAT({Check-in date}, ‘MMMM’)
Login to the community
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
