Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.

Reply
arimoldi
Resolver II
Resolver II

How to prevent Power BI from altering original Timestamp values

Hi,

 

in the table read by Power BI I have a timestamp column:

arimoldi_0-1751357259155.png

but when I import the table on Power BI, the column (automatically set on Date/Time) is displayed in this way:

arimoldi_1-1751357345743.png

It seems like it is in some way rounded... How can I prevent this and display the original timestamp of the source table?

 

Thanks,

Andrea

1 ACCEPTED SOLUTION
arimoldi
Resolver II
Resolver II

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.

View solution in original post

3 REPLIES 3
arimoldi
Resolver II
Resolver II

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.

danextian
Super User
Super User

Hi @arimoldi 

That doesn't seem rounded to me. Both are the same - June 30 2025 10PM. If you want to include the timezone, ensure that the data type is datetimezone.

danextian_0-1751357947435.png

If you want it in the format as your original, create a custom column in the query editor or don't change the date type at all. Keep in mind that either way, the column, new/original, will be of type text. 

Text.From(DateTimeZone.ToText([Timestamp], "yyyy-MM-ddTHH:mm:ss.fffZ"))

danextian_1-1751358103735.png

 





Dane Belarmino | Microsoft MVP | Proud to be a Super User!

Did I answer your question? Mark my post as a solution!


"Tell me and I’ll forget; show me and I may remember; involve me and I’ll understand."
Need Power BI consultation, get in touch with me on LinkedIn or hire me on UpWork.
Learn with me on YouTube @DAXJutsu or follow my page on Facebook @DAXJutsuPBI.

If you look at the screenshots they are not the same:

 

In the source table it is displayed: "2025-06-30T22:00:00.000Z"

While on Power BI it is written "01/07/2025 00:00:00"

 

Thanks,

Andrea

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

FabCon Atlanta 2026 carousel

FabCon Atlanta 2026

Join us at FabCon Atlanta, March 16-20, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.

Top Solution Authors
Top Kudoed Authors