Power BI is turning 10, and we’re marking the occasion with a special community challenge. Use your creativity to tell a story, uncover trends, or highlight something unexpected.
Get startedJoin us for an expert-led overview of the tools and concepts you'll need to become a Certified Power BI Data Analyst and pass exam PL-300. Register now.
Good Morning.
I am fairly new to PowerBI and seem to be doing something quite simple or i thinkit is as its simple in excel.
I have 3 columns AHT, Hold and Wrap - they are stored in Time format HH:MM:SS i want to add these 3 columns together everytime i do it i get a column full or ERROR.
00:12:23 | 00:00:00 | 00:01:00 | result - 00:13:23 |
01:23:45 | 09:00:02 | 00:21:00 | result -10:44:47 |
00:00:00 | 00:23:00 | 00:53:03 | result - 00:76:03 or 01:16:03 |
04:34:01 | 00:12:22 | 00:23:23 | result - 04:69:46 or 05:09:46 |
In the query editor, you can convert the 3 time columns to duration and then add a custom column that simply adds those columns together.
Note that when you load the data, it will be converted to decimal (in days), but you can easily display your desired format (hh:mm:ss, etc.) with format strings or using the FORMAT function in DAX.
Calculate and Format Durations in DAX – Hoosier BI
Pat
try to post some sample data
This is your chance to engage directly with the engineering team behind Fabric and Power BI. Share your experiences and shape the future.
Check out the June 2025 Power BI update to learn about new features.
User | Count |
---|---|
11 | |
10 | |
10 | |
9 | |
8 |
User | Count |
---|---|
17 | |
13 | |
12 | |
11 | |
8 |