Forum Discussion
jracer007
Helper IV
8 years agoDate format Google analytics
Hello Community, I wanted to ask you how I change the format of the Google Analytics dates so that the Power BI does not recognize it as a number.
- 8 years ago
I've used a long way: get 3 separate columns: day, month, year.
Convert them into text.
Merge into single column with dots or dashes between columns.
Convert into date format.
v-yulgu-msft
Microsoft Employee
8 years ago- jracer0078 years ago
Helper IV
It marks me error in the fields.
- v-yulgu-msft8 years ago
Microsoft Employee
Hi jracer007,
What error message did you get? What is the date formate like in Google Analytics?
Regards,
Yuliana Gu
- jracer0078 years ago
Helper IV
The format is yyyyMMdd
- nik_yevsey8 years agoNew Member
I've used a long way: get 3 separate columns: day, month, year.
Convert them into text.
Merge into single column with dots or dashes between columns.
Convert into date format.