When importing latitude and longitude data into QuickSight, sometimes the scaling is wrong by a factor of 1/1000

When importing place data with latitude and longitude columns from a PostgreSQL database into a QS Dataset, the imported data is sometimes divided by 1000 [UPDATE: Maybe it is not just the scaling].

Because of this all points are almost at the same location (somewhere in the ocean south of West Africa) although the points should be all over the UK.

This seems to happen only sometimes when creating the QuickSight Dataset from database data.

Hi @DanielH
see also

it is also an CSV datasets.
BR

1 Like

Casting the float value as decimal solved the issue for us.

1 Like