<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Help: Geo Location within Geo Area in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4755943#M182103</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="154303" data-lia-user-login="RT3308" class="lia-mention lia-mention-user"&gt;RT3308&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for the helpful responses&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="685422" data-lia-user-login="tharunkumarRTK" class="lia-mention lia-mention-user"&gt;tharunkumarRTK&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;The provided answer is accurate and may help you to resolve the query.Have you got an opportunity to review the information provided by community members?If it resolved, consider accepting their answer as solution.&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pallavi.&lt;/P&gt;</description>
    <pubDate>Tue, 08 Jul 2025 04:28:03 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-07-08T04:28:03Z</dc:date>
    <item>
      <title>Help: Geo Location within Geo Area</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4753843#M182017</link>
      <description>&lt;P&gt;Please help...&lt;/P&gt;&lt;P&gt;I've got two tables.&amp;nbsp; One table has the locations of certain buildings (lon and lat). Second table has geo areas (list of lon and lat). How do I determine which geo area the record in table 1 is within (or closest to)?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Appreciate the help. Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 14:31:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4753843#M182017</guid>
      <dc:creator>RT3308</dc:creator>
      <dc:date>2025-07-05T14:31:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Geo Location within Geo Area</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4753852#M182018</link>
      <description>&lt;P&gt;That is an extremely complex topic, far beyond the capabilities of Power BI.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.baeldung.com/cs/geofencing-point-inside-polygon" target="_blank" rel="noopener"&gt;Geofencing – Determining Whether a Point Is Inside of a Polygon | Baeldung on Computer Science&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Jul 2025 15:14:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4753852#M182018</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-07-05T15:14:47Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Geo Location within Geo Area</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4754152#M182034</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="154303" data-lia-user-login="RT3308" class="lia-mention lia-mention-user"&gt;RT3308&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In my opinion, you can convert your table into a GeoJson and feed it as insput to azure &amp;nbsp;maps or icon map visual.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/azure/azure-maps/how-to-dataset-geojson" target="_blank"&gt;https://learn.microsoft.com/en-us/azure/azure-maps/how-to-dataset-geojson&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;then you can plot your buildings (lat and long) on top of the area highlighted by the Geo Json.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I understand that it wont give the exact distnace between the building and the locations in table 2. However the representation on the map will give good visual representation. If you want to calculate the distatance between two geo locations you. have to use Haversine formula&lt;/P&gt;
&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/18883601/function-to-calculate-distance-between-two-coordinates#:~:text=What%20you're%20using%20is%20called%20the%20haversine,doing%20geographic%20calculations%2C%20and%20also%20shows%20a" target="_blank"&gt;https://stackoverflow.com/questions/18883601/function-to-calculate-distance-between-two-coordinates#:~:text=What%20you're%20using%20is%20called%20the%20haversine,doing%20geographic%20calculations%2C%20and%20also%20shows%20a&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Connect on &lt;A href="https://www.linkedin.com/in/tharun-kumar-ravikrindhi/" target="_blank" rel="noopener"&gt;LinkedIn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV class=""&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;DIV style="border-radius: 1px; padding: 10px; border: solid #cccccc 1px; background: #fafafa no-repeat right 10px center;"&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;BR /&gt;&lt;BR /&gt;
&lt;TABLE&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;Did I answer your question? Mark my post as a solution!&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;&lt;STRONG style="margin-right: 3px;"&gt;&lt;STRONG style="margin-right: 3px;"&gt;If I helped you, click on the Thumbs Up to give Kudos.&lt;BR /&gt;&lt;/STRONG&gt;&lt;/STRONG&gt;&lt;BR /&gt;
&lt;P style="padding: 0; margin: 5px 50px 0 0;"&gt;Proud to be a Super User!&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;&lt;BR /&gt;
&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 06 Jul 2025 10:37:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4754152#M182034</guid>
      <dc:creator>tharunkumarRTK</dc:creator>
      <dc:date>2025-07-06T10:37:12Z</dc:date>
    </item>
    <item>
      <title>Re: Help: Geo Location within Geo Area</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4755943#M182103</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="154303" data-lia-user-login="RT3308" class="lia-mention lia-mention-user"&gt;RT3308&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for the helpful responses&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="685422" data-lia-user-login="tharunkumarRTK" class="lia-mention lia-mention-user"&gt;tharunkumarRTK&lt;/a&gt;&amp;nbsp; and&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="100342" data-lia-user-login="lbendlin" class="lia-mention lia-mention-user"&gt;lbendlin&lt;/a&gt;&amp;nbsp;!&lt;BR /&gt;The provided answer is accurate and may help you to resolve the query.Have you got an opportunity to review the information provided by community members?If it resolved, consider accepting their answer as solution.&lt;BR /&gt;Thank you.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pallavi.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Jul 2025 04:28:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-Geo-Location-within-Geo-Area/m-p/4755943#M182103</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-07-08T04:28:03Z</dc:date>
    </item>
  </channel>
</rss>

