This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
Hello PBI Community,
I have 3 columns which refers to the hours, Minutes and Seconds which an employee spent.
I tried to combine the 3 columns into a single column with HH:MM:SS format. But Im not getting accurate answer.
I selected these 3 columns in power query editor and clicked Transform->Merge Columns-> used colon as delimiter.
I get the below output.
The new column 'Merged' doesnot come in proper HH:MM:SS format. This is because in hours spent I have value as 0.
It should come as 00 in merged column.
Any idea how to do this in power query editor or in DAX?
Solved! Go to Solution.
Hi,
you could use the below Dax code for creating the column :
Don't forget to change the dataType to Time and set the Format as you want.
Appreciate for your Kudos and Please mark it as solution if it helps you.
Hi,
you could use the below Dax code for creating the column :
Don't forget to change the dataType to Time and set the Format as you want.
Appreciate for your Kudos and Please mark it as solution if it helps you.
Check out the April 2026 Power BI update to learn about new features.
Sign up to receive a private message when registration opens and key events begin.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
| User | Count |
|---|---|
| 38 | |
| 28 | |
| 27 | |
| 22 | |
| 18 |
| User | Count |
|---|---|
| 67 | |
| 37 | |
| 32 | |
| 26 | |
| 25 |