Forum Discussion
Time difference HELP
- Anonymous7 years ago
HI demonfc,
In my opinion, I'd like to suggest you extract hour part from datetime column. Then you can create time table with time value from 0:00 to 23:00, build relationship from time table to new 'hour' column.
Column formula:
Hour = TIME(HOUR([Date]),0,0)
Calculate table formula:
Time table = GENERATESERIES(TIME(0,0,0),TIME(23,0,0),TIME(1,0,0))
After these steps, you can use time table column as axis, origin table column as value column create visuals with summarize original table values.
Regards,
Xiaoxin Sheng
HI demonfc,
In my opinion, I'd like to suggest you extract hour part from datetime column. Then you can create time table with time value from 0:00 to 23:00, build relationship from time table to new 'hour' column.
Column formula:
Hour = TIME(HOUR([Date]),0,0)
Calculate table formula:
Time table = GENERATESERIES(TIME(0,0,0),TIME(23,0,0),TIME(1,0,0))
After these steps, you can use time table column as axis, origin table column as value column create visuals with summarize original table values.
Regards,
Xiaoxin Sheng