Forum Discussion
JonathanJohns
8 years agoHelper III
Data Format in Power BI
Good afternoon, I've got a problem when I use my database in Power BI with the date. The format date is like that in my database : "17/11/16" "17/11/21" So the format is : Year/Month...
JonathanJohns
8 years agoHelper III
I give you an example of my data. In fact, there is only two days :
- 16/11/17
- 21/11/17
| DATE |
| 17/11/2016 |
| 17/11/2016 |
| 17/11/2021 |
| 17/11/2021 |
| 17/11/2016 |
| 17/11/2016 |
| 17/11/2021 |
| 17/11/2021 |
| 17/11/2016 |
| 17/11/2016 |
| 17/11/2021 |
| 17/11/2021 |
| 17/11/2016 |
| 17/11/2016 |
| 17/11/2021 |
| 17/11/2021 |
v-ljerr-msft
8 years agoMicrosoft Employee
Hi JonathanJohns,
Could you try the formula below to see if it works? :smileyhappy:
MyDate = DATE ( 2000+ VALUE ( RIGHT( '25sqsyn'[DATE], 2 ) ), MID ( '25sqsyn'[DATE], 4, 2 ), LEFT( '25sqsyn'[DATE], 2 ) )
Regards
- JonathanJohns8 years agoHelper III
I've got the same error. I show you how my data are. I don't see where the problem could come. This is a view from the editor.
- Greg_Deckler8 years agoCommunity Champion
So, is that format, dd/mm/yyyy?