HI - I am trying to get a map to work via geospatial data but it’s not working. I have made maps many times before without issue but this time it’s really weird.
My data set shows the longitude and latitude fields correctly.
However, when I build an analysis from the dataset the values are corrupt and showing as numbers with two decimal points. This screenshot shows how the coordinates are being mutated into this number format.
Hi @adamoconnor - Welcome to AWS QuickSight community and thanks for posting the question. Can you please verify the data in the data set page and see the data types before doing the analaysis?
Can you exclude the 5th row in your screenshot and see if it makes any difference? I can’t tell if it’s QuickSight that’s displaying the value like that or if it’s actually in that format in your dataset.
I also had this problem, it seems as if the data is getting divided by 1000 for some reason. There’s a work around outlined here, creating additional fields in the datasource where you multiple the lat/long columns by 1000. Quicksight dividing latitude and longitude values by 1000