Forum Discussion
PBI Maps based on Geo Coordinates
- 1 year ago
I would do something like this:
A user selects its location which is point A and the distance is calculated from point A to several Point B's. The user selects the maximum radius. The shortest is what you'll likelly recommend to the user but you can show other locations as an option.
https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Philippine-Barangays-on-the-Map/m-p/3384116Here's the tutorial https://www.youtube.com/watch?v=5nkPRsD-olM
danextian I have already calculated the haversine distance by fetching Latitude and Longitude from Google API and they are accurate. I am looking at possibilities to visualize the data in Power BI. How do I show recommendations to customers?
I would do something like this:
A user selects its location which is point A and the distance is calculated from point A to several Point B's. The user selects the maximum radius. The shortest is what you'll likelly recommend to the user but you can show other locations as an option.
https://community.fabric.microsoft.com/t5/Data-Stories-Gallery/Philippine-Barangays-on-the-Map/m-p/3384116
Here's the tutorial https://www.youtube.com/watch?v=5nkPRsD-olM