Forum Discussion
arimoldi
Resolver II
1 year agoHow to prevent Power BI from altering original Timestamp values
Hi, in the table read by Power BI I have a timestamp column: but when I import the table on Power BI, the column (automatically set on Date/Time) is displayed in this way: It seems ...
- 1 year ago
In the end, I discovered that it wasn’t a rounding issue. The source table contains the value '2025-06-30T22:00:00.000Z', which is in standard UTC (Zulu time), while the local time is UTC+2 — so Power BI was converting the timestamp to local time.
arimoldi
Resolver II
1 year agoIn the end, I discovered that it wasn’t a rounding issue. The source table contains the value '2025-06-30T22:00:00.000Z', which is in standard UTC (Zulu time), while the local time is UTC+2 — so Power BI was converting the timestamp to local time.