I finally got one right! -slighlty different to yours - but just compared if requireded date = shipped date Var Ordertable =SUMMARIZE( Orders,Orders[RequiredDate],Orders[ShippedDate], "On Time",[RequiredDate]=[ShippedDate]) Return countrows(filter(Ordertable,[On Time]))
@CurbalEN2 ай бұрын
🥳🥳🥳 It is only going to get better and better!
@HachiAdachi2 ай бұрын
oooh, having a bad streak all due to my lack of attention to detail... Forgot to check the glossary for the meaning of "on time orders" this time... ... ok, time to regroup and get my groove back! 💪
@CurbalEN2 ай бұрын
You can do this!!
@Henrik.Vestergaard2 ай бұрын
meetoo :o)
@CurbalEN2 ай бұрын
On no! :(
@joefromdc2 ай бұрын
Thanks for the video. Feedback - DAX Query ( evaluate.) within power bi, in my opinion is similar to writing a SQL statement. I see the majority of ppl using power query, then filter on normal table to get the answer.
@pablogenero16782 ай бұрын
Oh, it is only with orders shipped on the same day. I also counted the orders shipped before the requested date 🥲
2 ай бұрын
me too ...
@CurbalEN2 ай бұрын
Too early can be problematic also!
2 ай бұрын
and it was there, black on white. snif snif
@CurbalEN2 ай бұрын
😥
@rajeevmenon19752 ай бұрын
Can we use a strict equal (==) and get the desired result ?
@tinaflemons2632 ай бұрын
It seems that if shipped before, it should also be on time because it is not late.
@CurbalEN2 ай бұрын
Too early is not good either in certain businesses
2 ай бұрын
anyway, it was described on the glossary :P
@martyc56742 ай бұрын
@@CurbalEN yes- this is my business- we want nothing too early- when something arrives we have 60 days to pay. We want everything just in time. (Which is a PITA!)
@tinaflemons2632 ай бұрын
@CurbalEN understood thank you for the feedback. Keep up the fantastic work
@Wozzuup2 ай бұрын
For these different questions, can you also suggest a simpler solution that the one that tries to reproduce a visual table with the "SUMMARIZE" function ? Example for this one, a simple COUNTROWS and a FILTER Ship date = Request date
@CurbalEN2 ай бұрын
I am just trying to show a method that works very often for those that struggle with DAX. Hope it makes sense
@emanueledelzoppo51642 ай бұрын
Hello! Is it the same to use calculatetable instead of filter?
@CurbalEN2 ай бұрын
No, they are different!
@edscreations75522 ай бұрын
Interpreting the question is malware 😂 I saw "Orders delivered on the day requested" as Orders delivered on the day they are ordered🤦