Visualizacion de datos incorrecta

¡Hola a todos!

Tengo un problema, genere una vista en un gestor de base de datos, esta la estoy cargando a un DS en QS, ya calcule todos los campos directamente en la base de datos, pero cuando los agrego a una tabla en un tablero los datos salen errados(en el campo “en_cola_hhmmss”) no sé qué pueda hacer, además me están saliendo dos registros por un mismo día

por favor si me ayudan se los agradezco

Adjunto imágenes
image

1 Like

Hello @Santi98, so, there are a few things I can think of. I am not entirely sure why it would cause the row to duplicate, but I believe the issue is likely due to an error with the data types. I will link this documentation that will contain supported date formats for datetime fields when importing a file into QuickSight. If you alter the date field you are bringing in to match one of the accepted formats, I wonder if it would fix this issue. I hope this helps!

Hola @DylanM ya logre organizar el tema de los duplicados, ahora el problema que se me presenta es que se me están pasando algunas horas para otra fechas por ejemplo:

para el día 2 de marzo debería de aparecer 05:04:34 pero hay una parte que se queda en el día 3 pero este día no debería de tener información y salir en 00:00:00 la el formato de fecha que tengo es el siguiente 2024-03-03 00:00:00.000 -0500 pero le hice un date() para que me salga solo la fecha 2024-03-03

1 Like

Hello @Santi98, I am not certain I fully understand the issue you are facing. I would say there is a chance you are running into a timezone issue. Maybe your data is being returned in UTC causing some of the values to not return how you are expecting. Is the primary problem the column returning HH:mm:ss or is it the full date field? Are you able to share an anonymized version of the SQL statement you are writing so I can try to guide you further?

Hello @Santi98, since we are also working on this issue in this topic, I will archive this question. I will try to guide you towards your solution there. Thank you!