Forum Discussion
KadenB
8 years agoFrequent Visitor
Converting UTC to Local Time Without Adding New Columns or Using DAX
Hello all. We have the following issue: Our dynamics instance is set to CEST time, and we export the database to one in azure, where time is UTC. (We found this and this, but it does not solve...
- 8 years ago
It's a little bit 'clunky' but you could simply remove the donor columns after creating the duplicated/converted columns, so you would end up with the same number of columns as you started with. You could also rename the new column to the name of the donor column after removing it, so your column names would remain constant.
Gazzer
8 years agoResolver II
It's a little bit 'clunky' but you could simply remove the donor columns after creating the duplicated/converted columns, so you would end up with the same number of columns as you started with. You could also rename the new column to the name of the donor column after removing it, so your column names would remain constant.