connecting google sheets "duration" to looker studio *attached photos

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?

 

3.png2.png1.png

0 2 302
2 REPLIES 2

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