Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Join us at FabCon Vienna from September 15-18, 2025, for the ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM. Get registered

Clustering of locations on Map

When there are multiple locations the map should be able to cluster the locations based on the zoom level on the map.
Status: Needs Votes
Comments
brena_ricks
New Member
Clustering of plots on a map is a feature that is greatly required and needed for a better user experience. As a product owner I need the ability as follows 1. to cluster plots on a map plots that are overlapping or in close proximity of each other where it becomes impossible for user to hover or click a specific plot. 2. If the plots on the map are targeted we need to produce the cluster icon as a pie chart. 3. When clicking or hovering the pie chart, a table shall render with the details of all the plots contained in the hover. 4. When zooming out and the clustering shall become a smaller group of cluster until actual plots are visible. 5. When hovering the plotted icons, user shall have the ability to obtain relevant information about that plot based on the variable that the plot represent.
robert_henry
New Member
Geo-spatially identify clusters of plots on a map Greatly reduces the number of plots that are rendered by the mapping client Makes it possible to plot 10s of thousands of coordinates A cluster varies in size based on the number of plots in the cluster Plots with targeting produce a cluster that is a pie chart Each slice of the pie chart represents the count of plots that fall into a target range The clustering algorithm executes on the backend so it is much faster than performing clustering in JavaScript Works for all mapping solutions (non-vendor specific) like ESRI and BING JavaScript APIs Zooming in causes re-evaluation The plots outside of the view-able area are not considered by the clustering algorithm anymore and the clusters start to get smaller and break apart
george_tzanetat
New Member
Clustering is a very important feature for a system that is trying to plot thousands of points on a map – i.e.: Outage Analytics solution. It can get very convoluted and hard to read that many data points for the users and that defeats the purpose of the map.
fbcideas_migusr
New Member
Any update to this. As I think it is very important in the geospatial data world we live in.
tnolan-msft
Microsoft Employee

This is a badly needed feature!

fbcideas_migusr
New Member
Status changed to: Needs Votes