Forum Discussion

Jack95's avatar
Jack95
New Member
1 year ago
Solved

Power Query SharePoint Connections Refresh Speeds

Hi,   I have a number of queries connected to SharePoint - the queries are purely to extract metadata on the Site itself - permissions, record count, date fields, etc. - I'm not trying to extract d...
  • MasonMA's avatar
    1 year ago

    Jack95 

     

    Hi, the best approach would be use filtering in the Source step or as early as possible to avoid loading full content of lists if you're only interested in metadata like item count, permissions, or last modified date.

     

    There's official Microsoft documentation recommending filtering as early as possible in Power Query. This means placing your Table.SelectRows(...) filters immediately after the data source step so that fewer rows are pulled into Power BI, reducing memory and processing time.

     

    Best practices when working with Power Query - Power Query | Microsoft Learn