Supplies are limited. Contact info@espc.tech right away to save your spot before the conference sells out.
Get your discountScore big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount
Example:
hour column in hh:mm:ss format
calculated column should show
01:00 whatever is in the field time between 00:00:00 and 00:59:59
calculated column should show 02:00 whatever is in the time field between 01:00:00 and 01:59:59
Does anyone know how to write this measurement?
Solved! Go to Solution.
Here's one possibility:
CalCol = TIME ( ROUNDUP ( Table1[Time] * 24, 0 ), 0, 0 )
Here's one possibility:
CalCol = TIME ( ROUNDUP ( Table1[Time] * 24, 0 ), 0, 0 )
Thank you
User | Count |
---|---|
12 | |
12 | |
8 | |
8 | |
6 |
User | Count |
---|---|
27 | |
19 | |
13 | |
11 | |
7 |