<?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: Table.Combine in parallel possible? in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152279#M136366</link>
    <description>&lt;P&gt;Query1 &amp;amp; Query2 &amp;amp; Query3 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the queries are not too large you can also do it DAX UNION instead.&lt;/P&gt;</description>
    <pubDate>Mon, 16 Sep 2024 11:19:50 GMT</pubDate>
    <dc:creator>lbendlin</dc:creator>
    <dc:date>2024-09-16T11:19:50Z</dc:date>
    <item>
      <title>Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4142700#M136032</link>
      <description>&lt;P&gt;Hello colleagues&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;To work around a constraint pulling data from our source system, I am splitting up the data pull into 3 queries that all have their date filter criteria. I then append them all into a single table to be used in my model.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The 3 sub queries have 'enable load' disabled to avoid loading the data to my model twice.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Monitoring the query execution, it seems that table.combine executes the 3 sub queries one after another.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to do this in parallel, so that it is faster?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;&lt;P&gt;Bart&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 12:01:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4142700#M136032</guid>
      <dc:creator>BartVW</dc:creator>
      <dc:date>2024-09-10T12:01:21Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4143343#M136058</link>
      <description>&lt;P&gt;Where are you monitoring this, in Power BI Desktop or in the service?&lt;/P&gt;</description>
      <pubDate>Tue, 10 Sep 2024 16:39:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4143343#M136058</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-10T16:39:57Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4144259#M136095</link>
      <description>&lt;P class="lia-align-left"&gt;I am monitoring this in the source system (SAP). FYI we are using an OData service based on SAP data to pull in the data.&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;In that SAP monitor, I can see only the first subquery executing, and once it finishes it starts the 2nd one in the Table.Combine list of tables, etc.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;If I keep 'Enable Load' enabled on the subqueries, then I see 4 queries hitting SAP at the same time: the 3 subqueries and the first subquery in the Table.Combine list.&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;&amp;nbsp;&lt;/P&gt;&lt;P class="lia-align-left"&gt;Interestingly, the remaining 2 subqueries in the Table.Combine list are no longer sent to SAP. Assume this is because by the time Table.Combine starts processing them, they are already somehow cached.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Sep 2024 07:12:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4144259#M136095</guid>
      <dc:creator>BartVW</dc:creator>
      <dc:date>2024-09-11T07:12:46Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152160#M136360</link>
      <description>&lt;P&gt;Would you have any idea&amp;nbsp;&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;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 09:36:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152160#M136360</guid>
      <dc:creator>BartVW</dc:creator>
      <dc:date>2024-09-16T09:36:12Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152244#M136364</link>
      <description>&lt;P&gt;In such scenarios we create separate queries, disable load for all, and return a query combine rather than a table combine. Make sure not to overwhelm the data source when you crank the parallelism up to 30.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 10:37:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152244#M136364</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-16T10:37:04Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152267#M136365</link>
      <description>&lt;P&gt;Thanks &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;. Could share the M function that is used for a query combine?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 10:57:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152267#M136365</guid>
      <dc:creator>BartVW</dc:creator>
      <dc:date>2024-09-16T10:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152279#M136366</link>
      <description>&lt;P&gt;Query1 &amp;amp; Query2 &amp;amp; Query3 ...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the queries are not too large you can also do it DAX UNION instead.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:19:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152279#M136366</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-16T11:19:50Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152330#M136370</link>
      <description>&lt;P&gt;I tried this (disabling load and query combine), but in this way it still executes the sub queries one after the other, not in parallel.&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 11:51:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152330#M136370</guid>
      <dc:creator>BartVW</dc:creator>
      <dc:date>2024-09-16T11:51:47Z</dc:date>
    </item>
    <item>
      <title>Re: Table.Combine in parallel possible?</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152341#M136372</link>
      <description>&lt;P&gt;Then go for the DAX UNION.&amp;nbsp; You can hide the tables in Power BI&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Sep 2024 12:00:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Table-Combine-in-parallel-possible/m-p/4152341#M136372</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2024-09-16T12:00:28Z</dc:date>
    </item>
  </channel>
</rss>

