Forum Discussion
Anonymous
6 years agoNot applicable
Date format problem
How to change the format from 2020-02-11T08:45:58.6470000 to 2020-02-11 in power bi, it returns wrong date and month if i'm using the format function
- 6 years ago
Hi Anonymous ,
On the query editor be sure that you have the format of the columns as Date/Time then go to add column and select the Date Only, this will give you a new column with only the date part should work as expected.
then delete the initial column
MFelix
6 years agoSuper User
Hi Anonymous ,
On the query editor be sure that you have the format of the columns as Date/Time then go to add column and select the Date Only, this will give you a new column with only the date part should work as expected.
then delete the initial column
Anonymous
6 years agoNot applicable
Thank you