Forum Discussion
Date Changing When Published To Service - despite coding it out with dax
Hi lbendlin ,
Yes - I used DAX to add a new column with the adjusted date, when that didn't work, I used the local date function in power query to create a column from examples with the local time..
Hi ashleylinkewich ,
Could you pls take a screeshot of your custom column about converting to the UTC time and what is showing in Service?
Kelly
- ashleylinkewich6 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-msft6 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,
KellyDid 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!