Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!Calling all Data Engineers! Fabric Data Engineer (Exam DP-700) live sessions are back! Starting October 16th. Sign up.
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