Forum Discussion
Calculating Values between two columns
- 6 years ago
Hi Adam1V ,
I am not clear about your requirement, if you want to calculate datediff between start time and end time, you could try to use below M code to see whetehr it work ot not
Duration.Hours(Duration.From([End time]-[Start time])))In addition, if possible could you please inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe ZhiIf this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi Adam1V ,
I am not clear about your requirement, if you want to calculate datediff between start time and end time, you could try to use below M code to see whetehr it work ot not
Duration.Hours(Duration.From([End time]-[Start time])))
In addition, if possible could you please inform me more detailed information(such as your expected output and your sample data)? Then I will help you more correctly.
Please do mask sensitive data before uploading.
Thanks for your understanding and support.
Best Regards,
Zoe Zhi
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.