<?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 Flow map route error in Custom Visuals Development Discussion</title>
    <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Flow-map-route-error/m-p/4668026#M12463</link>
    <description>&lt;P&gt;Hello, I've created a flow map for displaying top n routes by order count. The problem is that not all routes are visible on map. For data I am using city, state, country and zip code, all locations were checked on map and there were no error with data itself, but whenever I put it as a full route in flow map, some and even top 2 lanes are not displayed.&lt;/P&gt;</description>
    <pubDate>Fri, 25 Apr 2025 08:15:45 GMT</pubDate>
    <dc:creator>Resolver</dc:creator>
    <dc:date>2025-04-25T08:15:45Z</dc:date>
    <item>
      <title>Flow map route error</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Flow-map-route-error/m-p/4668026#M12463</link>
      <description>&lt;P&gt;Hello, I've created a flow map for displaying top n routes by order count. The problem is that not all routes are visible on map. For data I am using city, state, country and zip code, all locations were checked on map and there were no error with data itself, but whenever I put it as a full route in flow map, some and even top 2 lanes are not displayed.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Apr 2025 08:15:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Flow-map-route-error/m-p/4668026#M12463</guid>
      <dc:creator>Resolver</dc:creator>
      <dc:date>2025-04-25T08:15:45Z</dc:date>
    </item>
    <item>
      <title>Re: Flow map route error</title>
      <link>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Flow-map-route-error/m-p/4669677#M12464</link>
      <description>&lt;P&gt;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1265763"&gt;@Resolver&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P class="" data-start="1448" data-end="1515"&gt;&lt;STRONG data-start="1450" data-end="1515"&gt;1.Double-check your Top N calculation outside the map first.&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="1516" data-end="1674"&gt;
&lt;LI class="" data-start="1516" data-end="1619"&gt;
&lt;P class="" data-start="1518" data-end="1619"&gt;Create a separate &lt;STRONG data-start="1536" data-end="1545"&gt;table&lt;/STRONG&gt; visual showing exactly which Source-Destination pairs and counts are top.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="1620" data-end="1674"&gt;
&lt;P class="" data-start="1622" data-end="1674"&gt;Ensure that Flow Map is getting exactly those pairs.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="1676" data-end="1721"&gt;&lt;STRONG data-start="1678" data-end="1721"&gt;2. Try to simplify the geography a bit.&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="1722" data-end="1868"&gt;
&lt;LI class="" data-start="1722" data-end="1775"&gt;
&lt;P class="" data-start="1724" data-end="1775"&gt;Use &lt;STRONG data-start="1728" data-end="1746"&gt;City + Country&lt;/STRONG&gt; or &lt;STRONG data-start="1750" data-end="1769"&gt;State + Country&lt;/STRONG&gt; only.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="1776" data-end="1868"&gt;
&lt;P class="" data-start="1778" data-end="1868"&gt;Sometimes adding Zip Codes &lt;EM data-start="1805" data-end="1815"&gt;confuses&lt;/EM&gt; the geocoding engine and causes routes to disappear.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="1870" data-end="1907"&gt;&lt;STRONG data-start="1872" data-end="1907"&gt;3. Lower the Top N if possible.&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="1908" data-end="1995"&gt;
&lt;LI class="" data-start="1908" data-end="1937"&gt;
&lt;P class="" data-start="1910" data-end="1937"&gt;Try Top 20 or Top 50 first.&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="1938" data-end="1995"&gt;
&lt;P class="" data-start="1940" data-end="1995"&gt;Flow Map can choke if you push too many routes at once.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="1997" data-end="2046"&gt;&lt;STRONG data-start="1999" data-end="2046"&gt;4. Check for duplicates or rounding issues.&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="2047" data-end="2179"&gt;
&lt;LI class="" data-start="2047" data-end="2179"&gt;
&lt;P class="" data-start="2049" data-end="2179"&gt;If two routes have almost the same counts, and you have a Top N filter, sometimes minor rounding can push the expected routes out.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="2181" data-end="2270"&gt;&lt;STRONG data-start="2183" data-end="2270"&gt;5. Try using Source Latitude/Longitude and Destination Latitude/Longitude directly.&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="2271" data-end="2353"&gt;
&lt;LI class="" data-start="2271" data-end="2353"&gt;
&lt;P class="" data-start="2273" data-end="2353"&gt;If you can add lat/lon to your data, you bypass some of the geocoding guesswork.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="2355" data-end="2406"&gt;&lt;STRONG data-start="2357" data-end="2406"&gt;6. Adjust settings inside the Flow Map visual&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="2407" data-end="2551"&gt;
&lt;LI class="" data-start="2407" data-end="2551"&gt;
&lt;P class="" data-start="2409" data-end="2439"&gt;There is often an option like:&lt;/P&gt;
&lt;UL data-start="2442" data-end="2551"&gt;
&lt;LI class="" data-start="2442" data-end="2461"&gt;
&lt;P class="" data-start="2444" data-end="2461"&gt;"Route smoothing"&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="2464" data-end="2491"&gt;
&lt;P class="" data-start="2466" data-end="2491"&gt;"Avoid overlapping lines"&lt;/P&gt;
&lt;/LI&gt;
&lt;LI class="" data-start="2494" data-end="2551"&gt;
&lt;P class="" data-start="2496" data-end="2551"&gt;"Force show all routes" (depends on the visual version)&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="2553" data-end="2601"&gt;&lt;STRONG data-start="2555" data-end="2601"&gt;7. (Last resort) Use an alternative visual&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL data-start="2602" data-end="2754"&gt;
&lt;LI class="" data-start="2602" data-end="2699"&gt;
&lt;P class="" data-start="2604" data-end="2699"&gt;If Flow Map keeps failing, try the &lt;STRONG data-start="2639" data-end="2652"&gt;Route Map&lt;/STRONG&gt; custom visual or even &lt;STRONG data-start="2675" data-end="2698"&gt;ArcGIS for Power BI&lt;/STRONG&gt;.&lt;/P&gt;
&lt;/LI&gt;
&lt;/UL&gt;
&lt;P class="" data-start="2702" data-end="2754"&gt;They're heavier but more reliable for lots of paths.&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#800000"&gt;Did I answer your question? Mark my post as a solution! Appreciate your Kudos !!&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 27 Apr 2025 16:20:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Custom-Visuals-Development/Flow-map-route-error/m-p/4669677#M12464</guid>
      <dc:creator>johnbasha33</dc:creator>
      <dc:date>2025-04-27T16:20:22Z</dc:date>
    </item>
  </channel>
</rss>

