the numeric format in google sheets for the TSL row is "duration" and formatted HH:MM:SS. When I connect the sheet as a data source in looker, I put that as "duration" as well but I'm only getting null in the report. Can anyone help?
Hi. Did you figure this out? Im having the same problem with duration in Google Sheets and Looker not displaying them in the same format
Hi,
you need to convert HH:MM:SS in to seconds in googlesheet itself using another column.. you can try this formula.. =ARRAYFORMULA(IF(G2:G<>"", G2:G*86400, ""))
and you can use this new column in LookerStudio and its data type to Duration ..
Xtract Studio