Forum Discussion

arimoldi's avatar
arimoldi
Icon for Resolver II rankResolver II
1 year ago
Solved

How 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 ...
  • arimoldi's avatar
    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.