<?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: Access in SharePoint folder in Power Query takes a lot of time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173295#M18174</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I wasn't clear enough so I do apologize for that. I don't want to connect to a SharePoint list. I already have a list and I am trying to use that as a filter to filter out the rows that I need like a text filter. Please read the Power Query code that I have included. The third line is what's giving me trouble.&lt;/P&gt;</description>
    <pubDate>Mon, 22 Jun 2020 09:14:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-06-22T09:14:22Z</dc:date>
    <item>
      <title>Access in SharePoint folder in Power Query takes a lot of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173216#M18169</link>
      <description>&lt;P&gt;Hello eveyone!&lt;/P&gt;&lt;P&gt;So I am trying to access some excel data files in a SharePoint folder and I tried to use a trick I saw somewhere where I can filter out the files that I want using a list. But doing that seems to take A LOT of time to process. Do you guys have any idea on what's going on? The code used is shown below. And I am sure that the line I mention is the problem, because when I replaced it with a fixed filter, the loading time disappeared. Thank you!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;let
    Source = SharePoint.Files("sharepoint folder", [ApiVersion = 15]),
    #"Filtered Rows" = Table.SelectRows(Source, each Text.Contains([Folder Path], "KPI_Extracts")),
    #"Filtered Rows1" = Table.SelectRows(#"Filtered Rows", each List.Contains(Files, [Name])), &amp;lt;- this line causes the issue
.
.
.&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 08:36:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173216#M18169</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T08:36:07Z</dc:date>
    </item>
    <item>
      <title>Re: Access in SharePoint folder in Power Query takes a lot of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173269#M18171</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Have a look at this video&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=XuLnSYjmsJo" target="_blank"&gt;https://www.youtube.com/watch?v=XuLnSYjmsJo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/watch?v=XuLnSYjmsJo" target="_blank"&gt;https://www.youtube.com/watch?v=XuLnSYjmsJo&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;BR /&gt;Harsh Nathani&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! Appreciate with a Kudos!! (Click the Thumbs Up Button)&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 09:00:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173269#M18171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T09:00:14Z</dc:date>
    </item>
    <item>
      <title>Re: Access in SharePoint folder in Power Query takes a lot of time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173295#M18174</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe I wasn't clear enough so I do apologize for that. I don't want to connect to a SharePoint list. I already have a list and I am trying to use that as a filter to filter out the rows that I need like a text filter. Please read the Power Query code that I have included. The third line is what's giving me trouble.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Jun 2020 09:14:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Access-in-SharePoint-folder-in-Power-Query-takes-a-lot-of-time/m-p/1173295#M18174</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-06-22T09:14:22Z</dc:date>
    </item>
  </channel>
</rss>

