Advance your Data & AI career with 50 days of live learning, dataviz contests, hands-on challenges, study groups & certifications and more!
Get registeredGet Fabric Certified for FREE during Fabric Data Days. Don't miss your chance! Request now
1) Check if the Off Rail date happened before the Rail Arrived
2) Check if one of those values is BLANK
3) I'm having an issue regarding when these two dates are the same because if they are the same it's OK, but my formula does not return it, I wonder if the problem is at the less than or equal operator when I compare the dates between these two columns
I've created a formula, but I'm not sure if it is in the proper context. I'd appreciate it if someone could take a look at it:
Solved! Go to Solution.
So I tried but it still didn't solve the problem of the same dates, but your idea helped me to implement this new formula, I run some tests and apparently it is working now, thanks for the help @tamerj1
Hi @leondnz
please try
=
IF (
Plan[Rail Arrived] = BLANK (),
"Check",
IF ( INT ( Plan[Off Rail] - Plan[Rail Arrived] ) >= 1, "Ok", "Check" )
)
So I tried but it still didn't solve the problem of the same dates, but your idea helped me to implement this new formula, I run some tests and apparently it is working now, thanks for the help @tamerj1
Oh thanks, I'll try it
Advance your Data & AI career with 50 days of live learning, contests, hands-on challenges, study groups & certifications and more!
Check out the October 2025 Power BI update to learn about new features.
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 6 | |
| 5 | |
| 4 |
| User | Count |
|---|---|
| 25 | |
| 14 | |
| 8 | |
| 8 | |
| 8 |