Share via

PowerApps - Geo Map Control using Dataverse Data Source

Anonymous
2025-01-28T21:05:27+00:00

Hello,
I'm building a PowerApps using a "Map Control" so the user can view different plot points. I'm having trouble adding a Dataverse column to the "AddressDataSource" property. The examples that I've viewed for this property only showed a SharePoint data sources. Is there a way to add a Dataverse column into that property?

Thanks!

Microsoft 365 and Office | Install, redeem, activate | For business | Other

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

3 answers

Sort by: Most helpful
  1. Anonymous
    2025-01-31T06:19:23+00:00

    Dear Chijioke,

    Based on my test, you can't change the AddressDataSource value. To lock on the location of addresses, you can connect it to an Address Input control or a dynamic collection with Latitude and Longitude.

    You can set the dynamic properties of the location in ItemsLatitudes and ItemsLongitudes in the Map control based on the field names of the collection in Items.

    Here is an example for your reference.

    I created a Dataverse table naming Geographical Location as follows and I want to show the location on Map when I click on the specific city.

    ![](https://learn-attachment.microsoft.com/api/attachments/dcb30d42-4020-4642-a563-8a2fb1247730?platform=QnA"https://learn-attachment.microsoft.com/api/attachments/492490cd-a574-4ae4-a7c4-50e20528ba6a?platform=QnA" title="filestore.community.support.microsoft.com" rel="ugc nofollow">![](https://learn-attachment.microsoft.com/api/attachments/492490cd-a574-4ae4-a7c4-50e20528ba6a?platform=QnA

    Was this answer helpful?

    0 comments No comments
  2. Anonymous
    2025-01-29T04:44:08+00:00

    Dear Chijioke,

    We are glad to help you and hope that the issue can be fixed as soon as possible.

    I think that you can create an Excel file with the table format with the columns such as City, Latitude, Longitude and so on like what is mentioned in Use an interactive map control in Power Apps - Power Apps | Microsoft Learn, create a table in Microsoft Dataverse from the Excel table and then connect the Dataverse table to an app, create a collection based on the Dataverse table's selected item and connect the collection to the Map control.

    The detailed steps is provided in Use an interactive map control in Power Apps - Power Apps | Microsoft Learn.

    May I know what do you mean about adding a Dataverse column to the "AddressDataSource" property? You should be able to connect the Dataverse table to the Map control and then the related table should be selected.

    What's the configuration in your environment? Some related screenshots are appreciated.

    Note: Remove any private information before uploading the screenshots.

    Welcome to share any updates at your convenience.

    Thank you for your time and effort.

    Sincerely

    Cliff | Microsoft Community Moderator

    Was this answer helpful?

    0 comments No comments