The workflow I attached to this message shows the sum of Massachusetts residents in the Non Overlap Drivetime tool's trade areas (western MA) from 100 addresses (sample data provided with Alteryx) 68% of the number of total residents in Massachusetts despite not including any of the Boston metropolitan area (eastern MA) that also composes about 68% of total MA residents. Is there some kind of deduplication I need to do?
The attached workflow took 8 minutes to complete on my machine. It uses data that I believe came with Altyerx and was found at C:\Program Files\Alteryx\Samples\data\SampleData\AddressData.yxdb. I believe addressing this question requires the Location Insights or Business Insights data package.
In short:
- Geocode a 50-record sample of Massachusetts Alteryx sample data (AddressData.yxdb) with Street Geocoder
- Use the Non Overlap Drivetime tool to calculate the trade areas for the spaces within 30 minute drive time
- Spatial Match so the trade areas are restricted to the state of Massachusetts
- Sum the count of the MA population in those trade areas (should I be using Spatial Combine because the dataset has one row per Address and residents can still be counted multiple times despite the Non Overlap Drivetime usage?)
- Compare that count to the total MA population from Allocate Input.





Thank you to JD Love-Epp of Aimpoint Digital for your valuable help in getting to this point.