<?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 Get only specific columns from workbook in Power Query</title>
    <link>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2307264#M68614</link>
    <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using this function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Excel.CurrentWorkbook(){[Name="Table322"]}[Content]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ti get full table.&lt;BR /&gt;&lt;BR /&gt;How can i get specific columns, like "Col1" and "Col2" from this function?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
    <pubDate>Fri, 28 Jan 2022 09:28:33 GMT</pubDate>
    <dc:creator>jaryszek</dc:creator>
    <dc:date>2022-01-28T09:28:33Z</dc:date>
    <item>
      <title>Get only specific columns from workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2307264#M68614</link>
      <description>&lt;P&gt;Hi Guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i am using this function:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Excel.CurrentWorkbook(){[Name="Table322"]}[Content]&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ti get full table.&lt;BR /&gt;&lt;BR /&gt;How can i get specific columns, like "Col1" and "Col2" from this function?&lt;/P&gt;&lt;P&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 09:28:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2307264#M68614</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2022-01-28T09:28:33Z</dc:date>
    </item>
    <item>
      <title>Re: Get only specific columns from workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2307331#M68616</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="107617" data-lia-user-login="jaryszek" class="lia-mention lia-mention-user"&gt;jaryszek&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Just wrap the whole table reference in a Table.SelectColumns function:&lt;/P&gt;
&lt;LI-CODE lang="c"&gt;= Table.SelectColumns(
    Excel.CurrentWorkbook(){[Name="Table322"]}[Content],
    {"columnName1", "columnName2"}
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Pete&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 09:59:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2307331#M68616</guid>
      <dc:creator>BA_Pete</dc:creator>
      <dc:date>2022-01-28T09:59:59Z</dc:date>
    </item>
    <item>
      <title>Re: Get only specific columns from workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2308180#M68653</link>
      <description>&lt;P&gt;Indeed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="107617" data-lia-user-login="jaryszek" class="lia-mention lia-mention-user"&gt;jaryszek&lt;/a&gt;&amp;nbsp;This is the same function that will be used if you use the Choose Columns button in the ribbon.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 28 Jan 2022 17:04:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2308180#M68653</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2022-01-28T17:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: Get only specific columns from workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2309986#M68729</link>
      <description>&lt;P&gt;Thank you !&lt;/P&gt;</description>
      <pubDate>Mon, 31 Jan 2022 06:34:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2309986#M68729</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2022-01-31T06:34:56Z</dc:date>
    </item>
    <item>
      <title>Re: Get only specific columns from workbook</title>
      <link>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2455095#M73954</link>
      <description>&lt;P&gt;Hi Guys,&lt;BR /&gt;&lt;BR /&gt;one more question, can provide instead of column name, column index?&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Best,&lt;BR /&gt;Jacek&lt;/P&gt;</description>
      <pubDate>Wed, 13 Apr 2022 13:29:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Power-Query/Get-only-specific-columns-from-workbook/m-p/2455095#M73954</guid>
      <dc:creator>jaryszek</dc:creator>
      <dc:date>2022-04-13T13:29:03Z</dc:date>
    </item>
  </channel>
</rss>

