Tableau shape files join with sql server

when trying to join a table with lat, long values with Shape file follow below steps .
Add below to the query item.

geography::STPointFromText(‘POINT(‘ + CAST([LONG] AS VARCHAR(20)) + ‘ ‘ + CAST([LAT] AS VARCHAR(20)) + ‘)’, 4326) as loca_geo

join should be Intersects

Join to geometry.

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s