This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreJoin the FabCon + SQLCon recap series. Up next: Power BI, Real-Time Intelligence, IQ and AI, and Data Factory take center stage. All sessions are available on-demand after the live show. Register now
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 fits in the hours of Est 1 and est 2, for example
Delivery Time Est 1 Est 2
12:00 am 10:00 13:00
In this case, my delivery time is in the allowed range,
Is there a way to validate if the delivety time is between the other two??
Please I need help
Solved! Go to Solution.
Hi,
Create this calculated column formula
=AND([Delivery Time]>=[Est 1],[Delivery Time]<=[Est 2])
Hope this helps.
Hi,
Create this calculated column formula
=AND([Delivery Time]>=[Est 1],[Delivery Time]<=[Est 2])
Hope this helps.
How do we calculate the time interval between two dates in hours, excluding the weekends and US holidays?
Check out the April 2026 Power BI update to learn about new features.
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
| User | Count |
|---|---|
| 40 | |
| 39 | |
| 31 | |
| 22 | |
| 15 |
| User | Count |
|---|---|
| 76 | |
| 61 | |
| 34 | |
| 30 | |
| 25 |