hi guys,I'm new to POWER BI, I got some trouble in date question.
This is my data.
1490787085874 // type of timestamps
and it should covert to
GMT: Wed, 29 Mar 2017 11:31:25.874 GMT
Should I code convert function to convert or use the orignal time convert? any suggestions?
Solved! Go to Solution.
thks, solved it.
UTCTime = VAR UnixDays = [UnixTime]/(60*60*24*1000) RETURN (DATEVALUE("1/1/1970")+UnixDays)
I set more 1000(ms) and it correct.
Please also see here which may be relevant
thks, solved it.
UTCTime = VAR UnixDays = [UnixTime]/(60*60*24*1000) RETURN (DATEVALUE("1/1/1970")+UnixDays)
I set more 1000(ms) and it correct.
Power BI release plans for 2023 release wave 1 describes all new features releasing from April 2023 through September 2023.
Make sure you register today for the Power BI Summit 2023. Don't miss all of the great sessions and speakers!
User | Count |
---|---|
227 | |
54 | |
44 | |
43 | |
42 |
User | Count |
---|---|
275 | |
211 | |
75 | |
73 | |
64 |