Forum Discussion
ashleylinkewich
6 years agoAdvocate II
Date Changing When Published To Service - despite coding it out with dax
Hi everyone, While I have had this same issue before, the previous solution doesn't seem to be working. My database (CDS) stores dates in UTC timezone, and I am in AEST (+10). While it disp...
ashleylinkewich
6 years agoAdvocate II
Hi v-kelly-msft
Please see below screenshots. I have created a new column using DAX to create my local time column as pictured. DAX
Incorrect Date
Incorrect Date (published in service) pictured above
Correct DateCorrect Date pictured above
v-kelly-msft
6 years agoCommunity Support
Hi ashleylinkewich ,
Check the reference below:
http://cloudbi.com.au/converting-utc-to-local-datetime-in-power-bi/
It can help solve your issue.
Best Regards,
Kelly
Kelly
Did I answer your question? Mark my post as a solution!
- ashleylinkewich6 years agoAdvocate II
Hi v-kelly-msft
I used DateTime.AddZone([Date],10) which seems to work for all of my other reports, but not this one.... Do you have any other suggestions?
Thanks!