Kumar Shanmugam
Member
I have a transaction data containing column transaction date and time.
I create a date table using the calendar function
DATETABLE = CALENDAR(min('2018'[COLLECTION DTM]),max('2018'[COLLECTION DTM]))
Similarly, I want to create a time data table capturing minimum of colleection DTM and maximum of collection DTM.
I create a date table using the calendar function
DATETABLE = CALENDAR(min('2018'[COLLECTION DTM]),max('2018'[COLLECTION DTM]))
Similarly, I want to create a time data table capturing minimum of colleection DTM and maximum of collection DTM.