Forum Discussion
jugisahunk
7 years agoNew Member
How to Divide Measure by Constant
Ok, n00b here. My searching is weak so I didn't find anything that satisfied my need. I have a dataset of work items. I have a lead time column present on each record. It is in minutes, and I wan...
- 7 years ago
Hi jugisahunk,
Please refer to below measure:
lead time (hrs) = SELECTEDVALUE(Dataset[lead time])/ 60
Best regards,Yuliana Gu
v-yulgu-msft
7 years agoMicrosoft Employee
Hi jugisahunk,
Please refer to below measure:
lead time (hrs) = SELECTEDVALUE(Dataset[lead time])/ 60
Best regards,
Yuliana Gu
- jugisahunk7 years agoNew Member
This gives me what I need :). Unfortunately, I'm getting an error when I try to accept this as a solution.