Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
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
Check out the July 2025 Power BI update to learn about new features.
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
User | Count |
---|---|
20 | |
7 | |
6 | |
5 | |
5 |
User | Count |
---|---|
24 | |
10 | |
10 | |
9 | |
6 |