You could use the location identifier in the month column using the FORMAT statement:
MonthYear = FORMAT([Date], "mmm yyyy", "ru-RU")
Details of the optional argument that specifies the locale identifier for the FORMAT statement taken from here: https://dax.guide/format/