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.
I am not able to convert the CYYDDD julian date to calendar date.
Can anybody help?
Solved! Go to Solution.
Hi @kkhajanchi
assuming dates are in the 2000 +
Date =
DATE ( 2000 + VALUE ( LEFT ( 'Table'[JD], 2 ) ), 1, 1 )
+ VALUE ( RIGHT ( 'Table'[JD], 3 ) )
Hi @kkhajanchi
assuming dates are in the 2000 +
Date =
DATE ( 2000 + VALUE ( LEFT ( 'Table'[JD], 2 ) ), 1, 1 )
+ VALUE ( RIGHT ( 'Table'[JD], 3 ) )
User | Count |
---|---|
15 | |
8 | |
6 | |
6 | |
6 |
User | Count |
---|---|
23 | |
14 | |
13 | |
8 | |
8 |