Forum Discussion
Anonymous
3 years agoNot applicable
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.
Thanks.