Check your eligibility for this 50% exam voucher offer and join us for free live learning sessions to get prepared for Exam DP-700.
Get StartedDon't miss out! 2025 Microsoft Fabric Community Conference, March 31 - April 2, Las Vegas, Nevada. Use code MSCUST for a $150 discount. Prices go up February 11th. Register now.
Hi everyone,
i need support with the case below.
was to add a minute when it was 60 seconds and leave the seconds at 0
"Tempo Chegada DMC" is a decimal column and "total horas chegada decimal" it's a sum of it.
The correct Would Be 12:17:00 and 10:54:00
Solved! Go to Solution.
Hi @Faber13 ,
If [Horas Chegada HH:MM:SS] is a calculated column, you can try to create a new calculated column.
Column 2 = IF(VALUE(RIGHT([Column],2))=60,[Column]+40)
If [Horas Chegada HH:MM:SS] is a measure, try to create a new measure.
Measure = IF(VALUE(RIGHT([Horas Chegada HH:MM:SS],2))=60,[Horas Chegada HH:MM:SS]+40)
The solution is that their essence is still a decimal number, judging the two digits at the end, and adding and subtracting them.
You can download the pbix file for more details.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi @Faber13 ,
If [Horas Chegada HH:MM:SS] is a calculated column, you can try to create a new calculated column.
Column 2 = IF(VALUE(RIGHT([Column],2))=60,[Column]+40)
If [Horas Chegada HH:MM:SS] is a measure, try to create a new measure.
Measure = IF(VALUE(RIGHT([Horas Chegada HH:MM:SS],2))=60,[Horas Chegada HH:MM:SS]+40)
The solution is that their essence is still a decimal number, judging the two digits at the end, and adding and subtracting them.
You can download the pbix file for more details.
Best Regards,
Stephen Tao
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Amitchandak Thanks for the answer,
it didn't work, it still has the same problem and I need it in number format to use in graphics
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Prices go up Feb. 11th.
Check out the January 2025 Power BI update to learn about new features in Reporting, Modeling, and Data Connectivity.
User | Count |
---|---|
144 | |
85 | |
65 | |
51 | |
45 |
User | Count |
---|---|
218 | |
88 | |
83 | |
65 | |
56 |