<?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 Refreshing queries is so slow (15 to 20 min) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2616300#M76083</link>
    <description>&lt;P&gt;Hell all,&lt;/P&gt;&lt;P&gt;I'm using three csv folders as data sources for my database created in EXCEL with power query. When i refresh my main query, it takes so much time (from 15 to 20 minutes). I guess it is related to the merge function that i used to relate two tables. you'll find below the M code used to merge the two table. Any tips to improve the speed of this query? thank you by advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Table.NestedJoin(#"HISTORIQUE MB52", {"CLE", "Date"}, #"UPS STOCK", {"material_Sloc", "Date"}, "UPS STOCK", JoinKind.LeftOuter),&lt;BR /&gt;#"UPS STOCK développé" = Table.ExpandTableColumn(Source, "UPS STOCK", {"Account", "FSL", "Ref 5 ", "Designator", "UPS QTY"}, {"Account", "FSL", "Ref 5 ", "Designator", "UPS QTY"}),&lt;BR /&gt;FilterRows = Table.SelectRows(#"UPS STOCK développé", each [UNR] &amp;lt;&amp;gt; 0 or [Blocked] &amp;lt;&amp;gt; 0 or [Returns] &amp;lt;&amp;gt; 0 or [UPS QTY] &amp;lt;&amp;gt; null)&lt;BR /&gt;in&lt;BR /&gt;FilterRows&lt;/P&gt;</description>
    <pubDate>Mon, 04 Jul 2022 05:06:50 GMT</pubDate>
    <dc:creator>09</dc:creator>
    <dc:date>2022-07-04T05:06:50Z</dc:date>
    <item>
      <title>Refreshing queries is so slow (15 to 20 min)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2616300#M76083</link>
      <description>&lt;P&gt;Hell all,&lt;/P&gt;&lt;P&gt;I'm using three csv folders as data sources for my database created in EXCEL with power query. When i refresh my main query, it takes so much time (from 15 to 20 minutes). I guess it is related to the merge function that i used to relate two tables. you'll find below the M code used to merge the two table. Any tips to improve the speed of this query? thank you by advance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;let&lt;BR /&gt;Source = Table.NestedJoin(#"HISTORIQUE MB52", {"CLE", "Date"}, #"UPS STOCK", {"material_Sloc", "Date"}, "UPS STOCK", JoinKind.LeftOuter),&lt;BR /&gt;#"UPS STOCK développé" = Table.ExpandTableColumn(Source, "UPS STOCK", {"Account", "FSL", "Ref 5 ", "Designator", "UPS QTY"}, {"Account", "FSL", "Ref 5 ", "Designator", "UPS QTY"}),&lt;BR /&gt;FilterRows = Table.SelectRows(#"UPS STOCK développé", each [UNR] &amp;lt;&amp;gt; 0 or [Blocked] &amp;lt;&amp;gt; 0 or [Returns] &amp;lt;&amp;gt; 0 or [UPS QTY] &amp;lt;&amp;gt; null)&lt;BR /&gt;in&lt;BR /&gt;FilterRows&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 05:06:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2616300#M76083</guid>
      <dc:creator>09</dc:creator>
      <dc:date>2022-07-04T05:06:50Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing queries is so slow (15 to 20 min)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2616528#M76094</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="370702" data-lia-user-login="09" class="lia-mention lia-mention-user"&gt;09&lt;/a&gt; , Make sure both have date data type. Or try creating a number using date and use that to merge&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 07:13:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2616528#M76094</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-04T07:13:00Z</dc:date>
    </item>
    <item>
      <title>Re: Refreshing queries is so slow (15 to 20 min)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2618287#M76175</link>
      <description>&lt;P&gt;Thank you&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;. Is there a way to create a number for both columns&amp;nbsp;&lt;SPAN&gt;&amp;nbsp;{"CLE", "Date"}?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 04 Jul 2022 22:14:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Refreshing-queries-is-so-slow-15-to-20-min/m-p/2618287#M76175</guid>
      <dc:creator>09</dc:creator>
      <dc:date>2022-07-04T22:14:25Z</dc:date>
    </item>
  </channel>
</rss>

