Skip to main content
Announcements
Customer Spotlight: Discover what’s possible with embedded analytics Oct. 16 at 10:00 AM ET: REGISTER NOW
cancel
Showing results for 
Search instead for 
Did you mean: 
jmarinesc
Contributor III
Contributor III

How can I count by day: Items in date format: (dd/mm/aaaa hh:mm:ss)


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

3 Replies
Not applicable

count(distinct DAY(DATE#(YOU_DATE,'DD/MM/YYYY hh:mm:ss')))

Not applicable

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

MarcoWedel

another calculated dimension:

DayName(FECHA_SERVICIO)

hope this helps

regards

Marco