Forum Discussion

suyogbi's avatar
suyogbi
Frequent Visitor
4 years ago
Solved

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...
  • PaulOlding's avatar
    4 years ago

    How about:

    Year End = DATE('Table'[Year], 12, 31)