<?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 Having multiple Table retured from a stored procedure into power Query in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3312083#M106989</link>
    <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;is there any solution to have&amp;nbsp;multiple Table retured from a stored procedure into power Query?&lt;/P&gt;&lt;P&gt;I have a SP and it will load only&amp;nbsp; the first returened table and i Need all of them,&lt;/P&gt;&lt;P&gt;is there any solution or I should seperate them in another Stored procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks in advance&lt;/P&gt;</description>
    <pubDate>Mon, 03 Jul 2023 06:37:25 GMT</pubDate>
    <dc:creator>ShirinArshadnia</dc:creator>
    <dc:date>2023-07-03T06:37:25Z</dc:date>
    <item>
      <title>Having multiple Table retured from a stored procedure into power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3312083#M106989</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;is there any solution to have&amp;nbsp;multiple Table retured from a stored procedure into power Query?&lt;/P&gt;&lt;P&gt;I have a SP and it will load only&amp;nbsp; the first returened table and i Need all of them,&lt;/P&gt;&lt;P&gt;is there any solution or I should seperate them in another Stored procedure?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;many thanks in advance&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 06:37:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3312083#M106989</guid>
      <dc:creator>ShirinArshadnia</dc:creator>
      <dc:date>2023-07-03T06:37:25Z</dc:date>
    </item>
    <item>
      <title>Re: Having multiple Table retured from a stored procedure into power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3312184#M106997</link>
      <description>&lt;P&gt;It's, so far, the intrinsic limitation of PQ to receive only the first dataset returned by SP. A workround is tweak the SP as follows, if all returned dataset of the same table structure,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;CREATE OR ALTER PROC sp_xxx
AS
BEGIN

-- First resulting dataset
SELECT * FROM XXX1

UNION ALL
-- dataset delimiter
SELECT 'DELIM','','',...

UNION ALL
-- Second resulting dataset
SELECT * FROM XXX2

END&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jul 2023 07:40:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3312184#M106997</guid>
      <dc:creator>ThxAlot</dc:creator>
      <dc:date>2023-07-03T07:40:13Z</dc:date>
    </item>
    <item>
      <title>Re: Having multiple Table retured from a stored procedure into power Query</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3314383#M107098</link>
      <description>&lt;P&gt;Thank You so much&lt;/P&gt;&lt;P&gt;but&amp;nbsp;&lt;SPAN&gt;all returned dataset are not in the same table structure.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jul 2023 11:40:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Having-multiple-Table-retured-from-a-stored-procedure-into-power/m-p/3314383#M107098</guid>
      <dc:creator>ShirinArshadnia</dc:creator>
      <dc:date>2023-07-04T11:40:23Z</dc:date>
    </item>
  </channel>
</rss>

