The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Solved! Go to Solution.
How about:
Year End = DATE('Table'[Year], 12, 31)
User | Count |
---|---|
27 | |
12 | |
8 | |
8 | |
5 |
User | Count |
---|---|
31 | |
15 | |
12 | |
7 | |
6 |