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!Get Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
Hi am trying to find a time calculation or formula
Current I have the following datasets
Finish time - Start time = Total hours
3:13:51 pm 11:52:13 am = 04:17:15 pm
I need to find total hours worked - without getting it been in a date/time format but rather the actual number of hours worked
Solved! Go to Solution.
in M add a custom column with this syntax
([Finish time]-[Start time])*24
in DAX
Column = (Table1[Finish time]-Table1[Start time])*24
in M add a custom column with this syntax
([Finish time]-[Start time])*24
in DAX
Column = (Table1[Finish time]-Table1[Start time])*24
Check out the November 2025 Power BI update to learn about new features.
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
| User | Count |
|---|---|
| 104 | |
| 82 | |
| 71 | |
| 50 | |
| 46 |