Forum Discussion
Anonymous
8 years agoNot applicable
Time Interval
Hello Every one, I am new using power bi and need to cheek someting I have a colum named "Delivery Time", and and two more called "Est_1" and "Est_2" I need to know if the delivery time ...
- 8 years ago
Hi,
Create this calculated column formula
=AND([Delivery Time]>=[Est 1],[Delivery Time]<=[Est 2])
Hope this helps.
Ashish_Mathur
8 years agoSuper User
Hi,
Create this calculated column formula
=AND([Delivery Time]>=[Est 1],[Delivery Time]<=[Est 2])
Hope this helps.
peymanrmt
8 years agoNew Member
How do we calculate the time interval between two dates in hours, excluding the weekends and US holidays?