I’m new to Looker and is perplexed why my dataset is not working here when it worked in the other two competitor.
So I’m trying to visualize geo data using 2 columns latitude and longitude, I’ve followed the steps given by Gemini (newbie). The data is using Google Sheets, I’ve set the 2 columns as geo and yet no dots on the map.
In your second image, it looks like you’re using only the Latitude field as the Location field. Looker Studio expects a Location to be “Latitude,Longitude”.
You could create a custom field to concatenate them, something like this: CONCAT(Latitude, ",", Longitude)