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.