Forum Discussion
Data type - Date Time to $
- 4 years ago
Hi MCALDERON ,
According to your description, customize a column, first find the share of the start-end column in the day, and then multiply the result by 4 to get the time cost.
days_ = (MINUTE('Table'[Column1])/(24*60))*4
If the problem is still not resolved, please describe your needs again, and the results that are expected to be provided. I will get back to you as soon as possible.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Hi MCALDERON ,
According to your description, customize a column, first find the share of the start-end column in the day, and then multiply the result by 4 to get the time cost.
days_ = (MINUTE('Table'[Column1])/(24*60))*4
If the problem is still not resolved, please describe your needs again, and the results that are expected to be provided. I will get back to you as soon as possible.
Best Regards,
Henry
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.