<?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 Calculate geographic zones based in sales data in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3994630#M155281</link>
    <description>&lt;P&gt;I have a lot of geographic data about my customers, but I want to calculate the geographic zones that I need to administer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I want to distribute my country in 4 commercial zones based on the dispersion of the sales, how can I divide the country so that I can have some kind of "clusters" to define potential directors? What if I decide 5 zones?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make that kind of decisions with Power BI. I started using Azure Maps and using the bubble cluster layer but it was not what I was looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In summary, I want to create a Power BI where combining M, DAX and Maps (maybe custom visuals?) so that it can helpe me to define how I can divide my country in n zones based on the geographic dispersion of my customers and their sales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
    <pubDate>Sun, 16 Jun 2024 04:22:29 GMT</pubDate>
    <dc:creator>arielqs</dc:creator>
    <dc:date>2024-06-16T04:22:29Z</dc:date>
    <item>
      <title>Calculate geographic zones based in sales data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3994630#M155281</link>
      <description>&lt;P&gt;I have a lot of geographic data about my customers, but I want to calculate the geographic zones that I need to administer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For example, if I want to distribute my country in 4 commercial zones based on the dispersion of the sales, how can I divide the country so that I can have some kind of "clusters" to define potential directors? What if I decide 5 zones?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to make that kind of decisions with Power BI. I started using Azure Maps and using the bubble cluster layer but it was not what I was looking for.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In summary, I want to create a Power BI where combining M, DAX and Maps (maybe custom visuals?) so that it can helpe me to define how I can divide my country in n zones based on the geographic dispersion of my customers and their sales.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;</description>
      <pubDate>Sun, 16 Jun 2024 04:22:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3994630#M155281</guid>
      <dc:creator>arielqs</dc:creator>
      <dc:date>2024-06-16T04:22:29Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate geographic zones based in sales data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3996633#M155336</link>
      <description>&lt;P&gt;plot your Latitude and Longitude values in a scatter plot and then ask for automatic clustering.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Jun 2024 17:00:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3996633#M155336</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-06-17T17:00:15Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate geographic zones based in sales data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3997295#M155433</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="601630" data-lia-user-login="arielqs" class="lia-mention lia-mention-user"&gt;arielqs&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks for the reply from lbendlin&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you want to divide regions according to sales data?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is the sample data I created:&lt;/P&gt;
&lt;TABLE&gt;
&lt;THEAD&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;State&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;&lt;STRONG&gt;Sales&lt;/STRONG&gt;&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/THEAD&gt;
&lt;TBODY&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Alabama&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;1000&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Colorado&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;2500&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Florida&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;2200&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Kansas&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;1680&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;TR&gt;
&lt;TD&gt;
&lt;P&gt;Maine&lt;/P&gt;
&lt;/TD&gt;
&lt;TD&gt;
&lt;P&gt;2120&lt;/P&gt;
&lt;/TD&gt;
&lt;/TR&gt;
&lt;/TBODY&gt;
&lt;/TABLE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The sample data I created is the state names and sales data of the US. When using Filled Map, the place names can be automatically recognized. If your place names do not support recognition, you can use longitude and latitude instead of place names.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Filled Map can divide regions according to data, so why not use this visual object?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The visual effect of the page is as follows, and you can see that the regions are divided very well.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would be grateful if you could provide me with the pbix file or sample data.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Remember to remove sensitive data and do not log in to your account in Power BI Desktop when uploading the pbix file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions please feel free to contact me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The pbix file is attached.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Jun 2024 03:12:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/3997295#M155433</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-18T03:12:30Z</dc:date>
    </item>
    <item>
      <title>Re: Calculate geographic zones based in sales data</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/4013085#M158046</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="601630" data-lia-user-login="arielqs" class="lia-mention lia-mention-user"&gt;arielqs&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Did lbendlin&amp;nbsp;and I's answers help you solve your problem?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the answers helped you, please mark the answers as solutions. This will be of great help to other users who have similar problems as you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you have any other questions please feel free to contact me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Yang&lt;BR /&gt;Community Support Team&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If there is any post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;If I misunderstand your needs or you still have problems on it, please feel free to let us know.&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Thanks a lot!&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jun 2024 09:19:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculate-geographic-zones-based-in-sales-data/m-p/4013085#M158046</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-27T09:19:30Z</dc:date>
    </item>
  </channel>
</rss>

