Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
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 |
---|---|
14 | |
10 | |
7 | |
6 | |
5 |
User | Count |
---|---|
30 | |
19 | |
12 | |
7 | |
5 |