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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Converting datetime to date shifts date back one day

I have a dataset that has an "Event_Week" field that looks like this:

12/9/2018 12:00:00 AM +00:00

When I run this powerbi type change

= Table.TransformColumnTypes(KustoQuery,{{"Event_Week", type date}})

then the value looks like this:

12/8/2018

 

Why are my dates being adjusted "minus one day"? 

Status: New
Comments
v-qiuyu-msft
Community Support

Hi @moody31415,

 

Please try to change data type to Date/Time then check the result. I guess the result is affected by your OS time zone settings. 

 

Best Regards,
Qiuyun Yu