Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
Hi
I am having the below timestamp
I tried the below formula
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0,[create_date]/1000)
I am getting the below error
Can anyone advise me how to do this?
Solved! Go to Solution.
Hi @bourne2000 ,
Accroding to the error message, you will need to change the data type of [create_date] to whole number then use the formula.
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [create_date]/1000)
Best Regards,
Jay
Hi @bourne2000 ,
Accroding to the error message, you will need to change the data type of [create_date] to whole number then use the formula.
#datetime(1970, 1, 1, 0, 0, 0) + #duration(0, 0, 0, [create_date]/1000)
Best Regards,
Jay
Hello Jay,
Thanks for your post. I try the solution, and it works. But, why 1970? The date since not appropriate...
@PC2790 I tried to convert into date. Getting the below error
DataFormat.Error: We couldn't parse the input provided as a Date value.
Details:
1652810074075
What is the source of your data?
can you check if it is fine at the source? Also, is the Locale of your source and Power BI dekstop same?
Hey @bourne2000 ,
As per te error, it is not letting a text field to be divided by 1000. So - [create_date]/1000 woun't work.
Did you try converting the datatype by selecting the ABC adjacent to column name and selecting date there?
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 50 | |
| 44 | |
| 42 | |
| 18 | |
| 18 |
| User | Count |
|---|---|
| 69 | |
| 69 | |
| 32 | |
| 32 | |
| 32 |