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!Join the Fabric FabCon Global Hackathon—running virtually through Nov 3. Open to all skill levels. $10,000 in prizes! Register now.
in the query editor, i converted the duration column to a decimal data type (i applied these changes) and went to the table editor and i was about to add a column:
New Duration = FORMAT(TableName[Duration], "HH:mm:ss")
but before i added this (the new column) i noticed that the duration (decimal format column) was filled with values of 0 (but in the query editor it didn't have values of zero)?
Hi @manutd,
Which data type do you use for your original duration column? Could you please provide us some sample data, so that we can make further analysis.
Regards,
Charlie Liao
In excel the column is h:mm, but in power bi it auto changes to decimal, but when i covert from decimal to h:mm (in bi) the value shows as zero in the table editor.