Forum Discussion
Anonymous
4 years agoNot applicable
Year End Date From Text column
Hi All, I have Column which has Year value its type is Text. I want to extract Year end date based on this column values. if i convert it to Date it is giving wrong dates or values. Quick help...
- 4 years ago
How about:
Year End = DATE('Table'[Year], 12, 31)
Anonymous
4 years agoNot applicable