Join us at FabCon Atlanta from March 16 - 20, 2026, for the ultimate Fabric, Power BI, AI and SQL community-led event. Save $200 with code FABCOMM.
Register now!To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.
Hi,
i draw some polygons in geojson.io and saved it in a .geojson file.
The idea was to import this file for example in azure maps and then select those polygons. I can see them but i can not select them to filter only data inside a polygon.
Is there any way to accomplish this? The idea is to select all points in the same polygon without drawing this polygon everytime again.
Hi @lbendlin, exist the posibilitie to use a measure that let me sum or average data of a group of points in a polygon?
There is no such function as "select all points inside this polygon". You need to tie your data to the shape attributes.
You will need to give your polygons names (attributes) and then refer to these attributes in your location data. There is no such function as "select all points inside this polygon".