Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

July 7 - July 17 | Round 2 of the Power BI Dataviz World Championships. Don't miss your chance! Learn more

Reply
abdalla
Helper I
Helper I

table data not showing properly

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.

abdalla_0-1658299171630.png

distance measure 

abdalla_1-1658299197176.png

maximum distance measure 

abdalla_2-1658299224383.png

If any more information is required I would be glad to provide them immediately

1 REPLY 1
lbendlin
Super User
Super User

Use the Haversine formula instead of the Great Circle formula.  Haversine works better for small distances.

Helpful resources

Announcements
FabCon and SQLCon Barcelona 2026

FabCon & SQLCon – Barcelona 2026

Join us in Barcelona for FabCon and SQLCon, the Fabric, Power BI, SQL, and AI community event. Save €200 with code FABCMTY200.

60 days of Data Days Carousel

Data Days 2026

Join Fabric Data Days 2026: 60 days of free live/on-demand sessions, challenges, study groups, and certification opportunities.

Power BI DataViz World Championships carousel

Power BI DataViz World Championships - June 2026

A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.

Top Solution Authors