Forum Discussion
suyogbi
4 years agoFrequent Visitor
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)
PaulOlding
4 years agoSolution Sage
How about:
Year End = DATE('Table'[Year], 12, 31)