Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello Comm...
I need to build a chart counting by day, but my source date format is: (dd/mm/aaaa hh:mm:ss).....
Thanks a lot...
Best Regards
count(distinct DAY(DATE#(YOU_DATE,'DD/MM/YYYY hh:mm:ss')))
Hey Jaime,
You can try adding calculated dimension like that:
Date(Floor(CREATION_DATE))
But it is better to Aggregate your data during data load.
BR,
Kuba
another calculated dimension:
DayName(FECHA_SERVICIO)
hope this helps
regards
Marco