Don't miss your chance to take the Fabric Data Engineer (DP-600) exam for FREE! Find out how by watching the DP-600 session on-demand now through April 28th.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
Hi,
I have two columns with time stamps.
first i create a measure for echa column thats calculates the average time:
Solved! Go to Solution.
Try this:
measure differents = FORMAT('Table'[measure 1] - Table[measure 2];"HH:MM: SS")
@icturion - Your measures are formatting as text. Remove the formatting, do the calculation, and apply the formatting after that.
Hope this helps,
Nathan
Hoi @Anonymous
measure 1 = AVERAGE(Column_x[start_time])
measure 2 = AVERAGE(Column_y[stop_time])
measure differents = FORMAT(SUMX('Table';'Table'[measure 1]- (Table[measure 2])));"HH:MM: SS")
The last measure generates a systax error. if i remove the format option the systax error is gone.
But the result in the right column is not correct. differents between record one and two can not be so different (see picture)
Kind regards,
ICturion
Why are you using SUMX to find the difference?
datadiff and datebetween don't work, so I tried sumx. which would you recommend?
Try this:
measure differents = FORMAT('Table'[measure 1] - Table[measure 2];"HH:MM: SS")
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 45 | |
| 38 | |
| 34 | |
| 21 | |
| 17 |
| User | Count |
|---|---|
| 66 | |
| 64 | |
| 31 | |
| 26 | |
| 26 |