The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
In the later part of the Relational Operators chapter, it is mentioned: "If either operand is #nan, the result is false for all relational operators". Similar content is mentioned in the IEEE 754 standard, but in fact, in M, #nan will be less than any value. For example: #nan < 5 is "true".
So far, this is not a problem, but this expression will evaluate to "false" in DAX.This result is confusing, why is it so?
Solved! Go to Solution.
You would have to ask Ben Gribaudo.