Forum Discussion
Convert column from Text to Date
- 8 years ago
Hi staruwo,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, you could convert the week, month, year to Whole number data type and use DATE function to create a calculated column.
Column = DATE('Table'[Year],'Table'[Month],1)For another option, you may could try with M Query to convert week number to Date type.
Here is a similar thread you could refer to.
Best Regards,
Cherry
Hi staruwo,
Have you solved your problem?
If you have solved, please always accept the replies making sense as solution to your question so that people who may have the same question can get the solution directly.
If you still need help, you could convert the week, month, year to Whole number data type and use DATE function to create a calculated column.
Column = DATE('Table'[Year],'Table'[Month],1)
For another option, you may could try with M Query to convert week number to Date type.
Here is a similar thread you could refer to.
Best Regards,
Cherry