Hi,
So i have a column [Custom] which is a result of subtraction between a column with start date and end date in format like that 1,2345 etc. i want to change it to duration but only in format HH:MM:SS, not DD.HH:MM:SS. I tried to add a new column using Custom Column function like that: = FORMAT(Table1[Custom],"hh:mm:ss"), but it didn't work (Power BI says that it can't recognize 'FORMAT'.
Any ideas how to get desired format?
So i have a column [Custom] which is a result of subtraction between a column with start date and end date in format like that 1,2345 etc. i want to change it to duration but only in format HH:MM:SS, not DD.HH:MM:SS. I tried to add a new column using Custom Column function like that: = FORMAT(Table1[Custom],"hh:mm:ss"), but it didn't work (Power BI says that it can't recognize 'FORMAT'.
Any ideas how to get desired format?