Hi there,
I could use help with what I hoped was a simple calculated field. My source data has 4 separate End Date columns. In Looker Studio, I need a single End Date field. (Ideally my source data would spit out just one column, but alas). The End Date formatting is MM/DD/YYYY HH:MM
I created a calculated field CONCAT (End Date 1, End Date 2, End Date 3, End Date 4) which worked fine, except it converts the value to Text. I am unable to change it to Date (although I can change it to Number).
I tried keeping that Text/Number calculated field, and creating a second formula field using PARSE_DATETIME and other variations, but am not having any luck.
Any advice? Thank you in advance!