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.
I'm working on my first Power Bi dashboard.
I have very limited knowledge on PB & DAX.
Need some help pulling duration in hh:mm:ss from a table to display in a tile.
I've been able to successfully pull the Current Time and Start Time from the linked spreadsheet.
Duration will display as 1/1/1900 12:48:04 instead of hh:mm:ss.
The Current Time refresh issue was solved by generating a new measure and using that instead of pulling the =NOW() from the table.
I've found links explaining that I may have to convert all dates and times into second and back to dates and hh:mm:ss inside PB.
Any help, advice and links are much appreciated.
Below is an outline of what I'm trying to do.
Solved! Go to Solution.
Duration =
var d = [Current Time]-[Start Time]
return INT(d*24) & FORMAT(d,":nn:ss")
Duration =
var d = [Current Time]-[Start Time]
return INT(d*24) & FORMAT(d,":nn:ss")
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 |
---|---|
26 | |
10 | |
10 | |
9 | |
6 |