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
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
2 Replies
- MFelixSuper 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
- AnonymousNot applicable
Thank you