Forum Discussion
ckeepman
8 years agoRegular Visitor
Appending the same table tagging it differently
Community, I'm trying to find the distance between two points using latitude and longitude. I have a table with subject locations I'm trying to value (5 for example) and a table for comparable lo...
- 8 years ago
You may take a look at the post below.
v-chuncz-msft
Community Support
8 years ago
You may take a look at the post below.
- ckeepman8 years agoRegular Visitor
Yes this is very helpful. As an additional functionality is there a way to do a cross join in a way that is more customizable? I have 7k subject properties and 200k comprable properties to compare. If I do a cross join that will create almost 1.5 billion unique ID's (rows). But if I can only compare the states that are next to eachother I could decrease the total rows to around 80 million.