Join us for an expert-led overview of the tools and concepts you'll need to pass exam PL-300. The first session starts on June 11th. See you there!
Get registeredPower BI is turning 10! Let’s celebrate together with dataviz contests, interactive sessions, and giveaways. Register now.
When comparing two 18 digit ints, it's possible to get a true result even when the digits are different.
Example: 2362747255796852672 is equal to 2362747255796852700. I can vary the numbers a bit and still get the same result, e.g. adding multiple zeros to both numbers, varying the three last digits somewhat.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @henrikj ,
Because it treats both the numbers as 2.36275E+18, it's by design for a number format.
As a workaroud, you can modify the formula to:
Best regards,
Community Support Team_yanjiang