Power BI - Find closest location based on Lat/Lng
问题 I am new to Power BI and DAX, so I hope you can help me. I have two tables without any relationship: Table A contains lat/lng and date of tracked positions. Table B contains lat/lng and names of all stadiums. I want to find the closest stadium near the tracked position. Also if possible I want to validate, if the position was in a specific radius of that stadium. Any help greatly appreciated. 回答1: Here's one possible approach: First, calculate the minimal distance using the Haversine function