Forum Discussion
Anonymous
2 years agoNot applicable
Concatenate values to date format (yyyy-mm) returns error
Hi, The yellow is the starting point but Power BI does not recognize this date format. I've then concatenated orange and green to get the red (New date). However, is returns error once column is cha...
- 2 years ago
i saw you have year column , then change it to year
date(year, month, 1)
ryan_mayu
Super User
2 years agoAnonymous
pls try this
Column = date(left('Table'[year with dash],4),'Table'[Month],1)
Anonymous
2 years agoNot applicable
Thank you for your effort. However, I'm stille getting the error.
- ryan_mayu2 years ago
Super User
i saw you have year column , then change it to year
date(year, month, 1)