<?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: Convert records into rows and columns in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3761228#M123765</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-US/powerquery-m/table-fromrecords" target="_blank"&gt;https://learn.microsoft.com/en-US/powerquery-m/table-fromrecords&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Stéphane&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 13 Mar 2024 16:24:42 GMT</pubDate>
    <dc:creator>slorin</dc:creator>
    <dc:date>2024-03-13T16:24:42Z</dc:date>
    <item>
      <title>Convert records into rows and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3761106#M123762</link>
      <description>&lt;P&gt;Hi, I have the following query:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are about 370 records, and each contains the same 3 columns:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&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 like to unzip it into 370 rows and 3 columns, so my columns are: OEE, Shift, Timestamp, and my rows are just the values for each record. Is that possible somehow? Thank you&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 15:39:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3761106#M123762</guid>
      <dc:creator>pal95</dc:creator>
      <dc:date>2024-03-13T15:39:51Z</dc:date>
    </item>
    <item>
      <title>Re: Convert records into rows and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3761228#M123765</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-US/powerquery-m/table-fromrecords" target="_blank"&gt;https://learn.microsoft.com/en-US/powerquery-m/table-fromrecords&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;Stéphane&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Mar 2024 16:24:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3761228#M123765</guid>
      <dc:creator>slorin</dc:creator>
      <dc:date>2024-03-13T16:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: Convert records into rows and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3762832#M123822</link>
      <description>Hi, how to scale that into 370 records? Could you please provide a pattern so I can follow that? thank you</description>
      <pubDate>Thu, 14 Mar 2024 08:10:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3762832#M123822</guid>
      <dc:creator>pal95</dc:creator>
      <dc:date>2024-03-14T08:10:26Z</dc:date>
    </item>
    <item>
      <title>Re: Convert records into rows and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3762927#M123825</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="245425" data-lia-user-login="pal95" class="lia-mention lia-mention-user"&gt;pal95&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;= Table.FromRecords(Source[rows])&lt;/PRE&gt;
&lt;P&gt;Stéphane&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 08:45:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3762927#M123825</guid>
      <dc:creator>slorin</dc:creator>
      <dc:date>2024-03-14T08:45:30Z</dc:date>
    </item>
    <item>
      <title>Re: Convert records into rows and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3763053#M123826</link>
      <description>&lt;P&gt;Sorry, but it doesn't work.&lt;BR /&gt;&lt;BR /&gt;What is the source and what should stand for rows?&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 09:19:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3763053#M123826</guid>
      <dc:creator>pal95</dc:creator>
      <dc:date>2024-03-14T09:19:34Z</dc:date>
    </item>
    <item>
      <title>Re: Convert records into rows and columns</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3763389#M123839</link>
      <description>&lt;P&gt;This was bad advice, I used a custom column to create 3 columns from records like&amp;nbsp;Record.Field([Column1], "Shift")&lt;/P&gt;</description>
      <pubDate>Thu, 14 Mar 2024 11:24:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Convert-records-into-rows-and-columns/m-p/3763389#M123839</guid>
      <dc:creator>pal95</dc:creator>
      <dc:date>2024-03-14T11:24:34Z</dc:date>
    </item>
  </channel>
</rss>

