Map Bubble not showing

Hey,

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.

Here is sample of my data.

And my Looker Studio setting.

Hope someone can assist me.

Thanks.

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)

Hi,

Got it. Thanks.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.