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.
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 |