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
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
I have put this in and get the following:-
this is what I have put in the column
- goncalogeraldes4 years agoSuper User
Try this then:
Comm_Duration_Decimal = VALUE ( FORMAT ( SELECTEDVALUE ( Procurement_Data_2[Comm_Duration_mins] ), "0.00" ) )