Hello all powerapps users,
I have four dropdowns, which store hour and minutes, two dropdown for start time and two dropdown for end time.
I want to calculate time duration between two times.
please provide how can i calculate time difference.
Note: Time Calculate for only single date.
Thanks
Hi,
I use this formula, using 24 hour dropdowns...
Took me a while to sort when I did but works well.
Text(((HourValue12_2.Selected.Value*60+MinuteValue12_2.Selected.Value)-( HourValue11_2.Selected.Value*60+MinuteValue11_2.Selected.Value))/60,"[$-en-US]###.00")
Hope this helps....
>>If you found this reply helpful, please mark this as the answer to close the topic and make it easier to find for other people with similar questions.<<
WarrenBelz
791
Most Valuable Professional
MS.Ragavendar
410
Super User 2025 Season 2
mmbr1606
275
Super User 2025 Season 2