March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hello PBi Community - So I have the formula below which works great for calculating the number of weekdays between two dates. I then use the result of this to tell me whether a shipment is on time, or late.
One strange issue I have is that if the due date and the ship date fall on the exact same date, the result = -1. Ideally, it should just say 0.
Any idea how to fix this?
Solved! Go to Solution.
Hey @Anonymous ,
as both dates are equal, the FALSE branch will be evaluated, and this means that the 1 row will be multiplied with -1
Regards,
Tom
Hey @Anonymous ,
as both dates are equal, the FALSE branch will be evaluated, and this means that the 1 row will be multiplied with -1
Regards,
Tom
Thanks Tom....I realized I just needed to add an = sign to my first statement....then it made the days where the due date and ship date were the same to say "1" instead of "-1". Which technically is correct as the formula is counting the actual number of weekdays in the date range...which in those cases is "1" (not Zero). Thanks for pointing me in the right direction!
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount!
Your insights matter. That’s why we created a quick survey to learn about your experience finding answers to technical questions.
Arun Ulag shares exciting details about the Microsoft Fabric Conference 2025, which will be held in Las Vegas, NV.
User | Count |
---|---|
124 | |
87 | |
85 | |
70 | |
51 |
User | Count |
---|---|
205 | |
153 | |
97 | |
79 | |
69 |