MIP Logo

How to solve the Alteryx Spatial Challenge (Week 51)- Part 1

This post was originally published on The Data School blog between 2018 and July 2025, before our program was renamed to MIP’s Analytics Career Accelerator. References throughout this article to “The Data School” or “DS” all refer to what is now MIP’s Analytics Career Accelerator. The program, its people, and its commitment to launching outstanding analytics careers remain the same – just under a new name.

If you are having trouble viewing this article, please report it here

In this blog, I am walking you through the step-by-step process of solving an Alteryx spatial challenge of Week 51. Here is the link to the challenge Challenge #51: Spatial County Coverage – Alteryx Community

Solving Part 1

Step 1:

Let’s see what the data is about.

We have the Lat and Lon values, so we can create the Points using the values. Drag in the ‘Create Points‘ tool from the Spatial Tab or search for the tool in the search bar, set up the following configuration, and run to create the Points.

Step 2: 

The challenge is to find the overlap between the individual tools. So as the next step, we are finding the circular area around the point with a radius of 15 miles. For this use the tool ‘Trade Area‘ and follow the configuration. Run to see the Polygon created.

Step 3:

Now bring the ‘Spatial Match‘ tool and follow the configuration. Also drag in the browse tool to see the map.

Step 4:

Now, the idea is to find the all counties  with the 15 miles radius of the store. So the next logical step is to find the area. To find it use the tool ‘Spatial Info‘ and configure as follows, then run to see the area of the radii.

Step 5:

Now we need to find the counties that overlaps the area. To achieve this, drag in ‘Spatial Process‘ and configure as follow.

Step 6: 

Drag in the ‘Spatial Info‘ tool to find the area of the intersection and find the percentage using the formula (overlap area*100)/county’ area. 

Here is the final workflow.

That solves Part-1 of the challenge. You can refer to my profile for the Part -2.

Share this post