Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago

Error Formatting Month-Year Column from Text to Date

Hi, 

I created this column: 

SubscriptionStartMonth = MONTH('Table'[SubscriptionStartDate]) & YEAR('Table'[SubscriptionStartDate]) because I want to filter to specific month on the matrix...but the column was created as Text, so I changed to the March 2001 format, but then I got this error: 

SubscriptionStartDate comes as a Date format already.

I searched for and found this thread - https://community.powerbi.com/t5/Desktop/changing-date-format-from-text-to-date/m-p/2637027#M926429 - but not sure how to apply it to my case. 
T
hanks.

1 Reply

  • Possible a locale issue? (as in one of your dates might be in mm/dd/yyyy rather than dd/mm/yyyy). Or that the date format isn't the one that PowerBI expects