Forum Discussion
divya_sharma
2 years agoNew Member
Column intended to post spatial objects (geometric) such as points and polygons is not working.
Hi, I have data like this: Type: Point Location: 33.6923, -111.9403 Type: Polygon Centroid: 33.6923, -111.9403 Number of Parts: 1 Number of Points: 100 Area: 3.14181802062415 Sq Mi / 8.137...
djurecic
2 years agoSuper User
Hi divya_sharma ,
Maybe these links will be helpful to you:
https://learn.microsoft.com/en-us/azure/azure-maps/map-add-shape
https://learn.microsoft.com/en-us/power-bi/visuals/power-bi-visualizations-arcgis
https://doc.arcgis.com/en/microsoft-365/latest/power-bi/faqs.htm
- divya_sharma2 years agoNew Member
We are currently using push dataset APIs(https://learn.microsoft.com/en-us/rest/api/power-bi/push-datasets/datasets-post-dataset-in-group#column). We see in the column we have to provide a datatype but which datatype should we provide it to be treated as spatial objects, are spatial objects even supported by push dataset APIs.
Thanks.