---
title: ArcGIS GeoAnalytics in Microsoft Fabric
canonical: "https://data-driven.com/blog/geospatial-analytics-in-microsoft-fabric/"
pubDate: "2026-02-13T00:00:00.000Z"
updatedDate: "2026-08-25T00:00:00.000Z"
description: "How ArcGIS GeoAnalytics works with Fabric Spark, including data flow, supported analysis patterns, licensing, and network constraints."
tags: [geospatial-analytics, advanced-analytics, microsoft-fabric]
categories: [microsoft-fabric]
---

ArcGIS GeoAnalytics adds Esri map and location tools to Fabric Spark. Teams can use the library in Spark notebooks and job definitions. This keeps spatial data work close to other Fabric data tasks.

Microsoft lists the link as generally available. Its <a href="https://learn.microsoft.com/en-us/fabric/data-engineering/spark-arcgis-geoanalytics" target="_blank" rel="noopener noreferrer">ArcGIS GeoAnalytics for Fabric guide</a> sets out the current scope, setup, license, and limits.

## Where the library fits

The library can read spatial data from OneLake and supported ArcGIS services. It can turn coordinates or common map formats into geometry for Spark.

Teams can use it to:

- join data by place;
- find nearby items;
- study travel and dwell time;
- find clusters and hot spots;
- group results for reports.

The results can go back to OneLake. Other Fabric tools, such as Power BI, can then use them. Some file types do not store geometry in its native form, so test the chosen output format.

![Diagram of a Fabric data pipeline with ArcGIS spatial processing](../../assets/blog/2026/02/data-factory-data-pipeline.jpg)

## Enablement and license are separate

A tenant admin can turn the library on or off. A capacity admin can also set it for one capacity. The code comes with the Fabric runtime, but its tools still need a valid Esri sign-in or API key.

The tools use Esri technology and need a separate Esri license. Check the terms, capacity needs, and support owner before live use.

## The network path leaves Fabric

Microsoft says the engine calls Esri services for sign-in and usage tracking. Those calls leave Fabric. The feature does not work when Fabric Outbound Access Protection is on.

This may rule out the tool in a locked-down setting. Review the outbound rules, key storage, data location, source access, and incident path with security staff.

## Start with one map question

Choose one clear task. You might find assets within a set range, group events by area, or spot where a vehicle stayed.

Then test:

1. source geometry and map reference system;
2. data size and split;
3. results and edge cases;
4. run time and capacity use;
5. output format and next tool;
6. license, network, and support needs.

This test shows whether the whole Fabric path works. A sample notebook alone cannot prove that.
