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 is appriciated.
Thanks in Advance.
Suyog
How about:
Year End = DATE('Table'[Year], 12, 31)
2 Replies
- PaulOldingSolution Sage
How about:
Year End = DATE('Table'[Year], 12, 31) - suyogbiFrequent Visitor