Forum Discussion
Time field difference
- 4 years ago
Hello there spandy34 ! I figure that you are expecting a measure so here goes.
Hope this works for you:
Lost Time = DATEDIFF ( SELECTEDVALUE ( 'Table'[Actual_Duration_mins] ), SELECTEDVALUE ( 'Table'[Comm_Duration_mins] ), MINUTE )Hope this answer solves your problem!
If you need any additional help please @ me in your reply.
If my reply provided you with a solution, please consider marking it as a solution ✔️ or giving it a kudoe 👍
Thanks!
You can also check out my LinkedIn!
Best regards,
Gonçalo Geraldes
What field type does my new column need to be as I get the following response as the new column is set to text?
Just go:
New column =
VALUE( FORMAT ( Table[Comm_Duration_mins], "General Number" ) )
Hope this answer solves your problem!
If you need any additional help please @ me in your reply.
If my reply provided you with a solution, please consider marking it as a solution ✔️ or giving it a kudoe 👍
Thanks!
You can also check out my LinkedIn!
Best regards,
Gonçalo Geraldes