Hi,
We run into the following problem: When we connect a table with data about places with latitude and longitude from BigQuery to a Dataset (Query mode SPICE), latitude and longitude get sometimes wrong values in the analysis but correct values are shown in the dataset view. In BigQuery they are stored as float. We tried to cast them in the dataset as float, numeric and rounded numeric but this doesn’t help.
When we use a table with only 39,999 entries, we get it to work. If there are 40,000 entries, latitude and longitude become ‘null’ in the analysis, but are still correct in the dataset preview.
Then cutoff of 40,000 entries remains the same even if we change the the ordering, so it doesn’t seem to hinge on specific entries.
This problem only seems to occur if we use SPICE.
This seems to be a QuickSight bug or a certain limit. Or is there any way to fix this?