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

Earn a 50% discount on the DP-600 certification exam by completing the Fabric 30 Days to Learn It challenge.

Reply
ianwuk
Helper III
Helper III

How can I get PowerBi to my display order dates in the correct timezone?

Hello All.

 

I have order data where the date of the order is given in UTC.

For example:

Order ID    Order Date
123456      28/02/2018 21:07:05 UTC - this is correct because it is in February!

However, in PowerBi, it looks like this:

Order ID    Order Date
123456      01/03/2018 04:07:05 AM - this is not correct because now it is March!

How can I correct this? 

It means that right now, for my monthly March order report it is actually including February orders from last month.

Many thanks.

1 ACCEPTED SOLUTION
v-juanli-msft
Community Support
Community Support

Hi @ianwuk

For your example, the time in UTC is 28/02/2018 21:07:05, and your local time is 01/03/2018 04:07:05 AM, this is to say you are now in UTC +7.

One workaround is to subtract seven hours from the order date for all records in the table,

Column =
[Order Date] - TIME ( 7, 0, 0 )

13.png

Best Regards

Maggie

 

View solution in original post

2 REPLIES 2
v-juanli-msft
Community Support
Community Support

Hi @ianwuk

For your example, the time in UTC is 28/02/2018 21:07:05, and your local time is 01/03/2018 04:07:05 AM, this is to say you are now in UTC +7.

One workaround is to subtract seven hours from the order date for all records in the table,

Column =
[Order Date] - TIME ( 7, 0, 0 )

13.png

Best Regards

Maggie

 

ianwuk
Helper III
Helper III

Can you possibly help @v-yuezhe-msft or @Zubair_Muhammad, please?

Helpful resources

Announcements
LearnSurvey

Fabric certifications survey

Certification feedback opportunity for the community.

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.