Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreNext up in the FabCon + SQLCon recap series: The roadmap for Microsoft SQL and Maximizing Developer experiences in Fabric. All sessions are available on-demand after the live show. Register now
When displaying a large integer (in my case a BIGINT from a SQL Azure Db), visualisations appear to truncate the value to somethis less precise. I have observed this in tables and the Text Filter slicer.
For example, the following value is correctly stored in the dataset:
-5355371827972002325
However in visualisations it is truncated to:
-5355371827972003000
This means incorrect values are being displayed, but also means the Text Filter does not work on such fields as the value that is used to search differs from that entered and does not match the underlying dataset.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.