The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredCompete to become Power BI Data Viz World Champion! First round ends August 18th. Get started.
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 | |
10 | |
8 | |
7 | |
5 |
User | Count |
---|---|
33 | |
14 | |
11 | |
10 | |
8 |