Forum Discussion
ldtechgeek
1 year agoRegular Visitor
Map Visual with Radius drawing
Hello, I am hoping to get some direction on the below requirement on how to achieve it. My data includes a List of Warehouses and list of Customers with Ship to Addresses. Each Warehouse ...
- 1 year ago
Hi ldtechgeek
You can use the Haversine formula to calculated the distance between two coordinates. Keep in mind that latitude and longitude data are necessary. Please see the attached sample pbix.
lbendlin
1 year agoSuper User
Keep in mind that these values are immutable. There is no need to use measures for this - either use calculated columns with great circle distances (haversine for short distances) or - better - compute this further upstream for all permutations of warehouses and customers.