Forum Discussion

Emalong94's avatar
Emalong94
Copper Contributor
Jul 10, 2023
Solved

(Solved) Power Query credentials with data from SharePoint

Hi Everyone,   I have an Excel file in A SharePoint folder meant as a template for users that can download it to run specific tasks. To validate the template drop-down lists, the file gets data fr...
  • SergeiBaklan's avatar
    Jul 10, 2023

    Emalong94 

    You don't need to call entire SharePoint site to filter and access single file. Instead you may use From Web connector. Open file in desktop app, File->copy path at the top. Remove ?web=1 at the end of URL and use it in From Web connector.

     

    With that you may give user R/O rights on Template, that will be enough.

Resources