Power BI is turning 10! Tune in for a special live episode on July 24 with behind-the-scenes stories, product evolution highlights, and a sneak peek at what’s in store for the future.
Save the dateEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hello,
I'm doing a table that displays the name and distance from a selected point.
My method used is i set a max distance that is chosen by the user and then the measure i created calculates the distance of all the other points around it and return their names if they are less than or equal to the value set by the maximum distance but my problem is that some points dont show under a certain distance when the max distance is set to 1.5, even though they show on the map i provided the measures and the tables pictures below, I would appreciate if someone can help me on resolving this issue.
All thanks and gratitude to this community that allowed me to advance in various ways.
Thank you.
Regards.
distance measure
maximum distance measure
If any more information is required I would be glad to provide them immediately
Use the Haversine formula instead of the Great Circle formula. Haversine works better for small distances.