The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello all,
I have a table called SECTORS_4G_ENM with LAT and LON as well as some additional information like this:
Now I can calculate the shortest distance between any of these points using a formula I picked up from this forum. The formula is below and has been modified to work with this table:
However, this returns the shortest distance to any SITE_TYPE - Big or Small. This is not what i want to acomplish.
What I want to acomplish is the for every GOLD_NAME, regardless of whether it is Big or Small type, return the shortest distance to the nearest SITE_TYPE that is Big.
Thanks in advance.
Please provide sample data that fully covers your issue.
Please show the expected outcome based on the sample data you provided.