I'm having a division by zero error where it doesn't show the result I need.
With(
{
_Hours:
RoundDown(
ThisItem.'Quantidade de horas';
0
)
};
Text(_Hours; "00") & ":" &
Text(
Round(
Mod(
ThisItem.'Quantidade de horas';
_Hours
) *60;
2
);
"00"
)
)

Report
All responses (
Answers (