How To Extract data from Sharepoint Online using Power BI

How To Extract data from Sharepoint Online using Power BI


Code Snippet as below:

let
    Source = SharePoint.Files("https://XYZ.sharepoint.com/", [ApiVersion = 15]),
    #"Sprint Backlog.xlsx_https://XYZ.sharepoint.com/Reporting  Forms/" = Source{[Name="Sprint Backlog.xlsx",#"Folder Path"="https://XYZ.sharepoint.com/Reporting  Forms/"]}[Content],
    #"Imported Excel" = Excel.Workbook(#"Sprint Backlog.xlsx_https://XYZ.sharepoint.com/Reporting  Forms/")
    
in
    #"Imported Excel"

Comments

Popular posts from this blog

Request failed with HTTP status 503 Server Error

Removing and Manipulating Time portion from DateTime in SQLServer

First hit to Reporting services is slow