Forum Discussion
pawelj795
Post Prodigy
6 years agoMultiply Minutes times Quantity
Hi, I have two measures like below. Now, I want to multiply them, but when I do that, the results are decimal numbers. How to change them to Minutes/Hours?
amitchandak
Super User
6 years agoYou can use
sumx(Table,hour(Table[Time])*60 + minute(Table[Time]))
But mutiplcation need to done on a common row context . Refer
You may have use summarize or values
pawelj795
Post Prodigy
6 years agoamitchandak
Okay I get it, thanks.
But is there any way to display hours/minutes/seconds in measure as time format like below column?
- amitchandak6 years ago
Super User