Forum Discussion

SP's avatar
SP
Frequent Visitor
8 years ago
Solved

Link MS Team excel spreadsheet link to

Hi All,   Have a power BI report linked to excel source placed in shared location. The excel is now placed in Microsoft Teams site.I have been provided an url to link teh Power Bi report.   Is t...
  • v-qiuyu-msft's avatar
    8 years ago

    Hi SP,

     

    You can get the Excel link in Teams follow this article

     

     

    Now you get the link, please remove ?web=1 string at the end of the link as mentioned in the article. 

     

    Open the original report in Power BI desktop, go to Query Editor-> Advanced Editor, modify the source step with below: 

     

    Source = Excel.Workbook(Web.Contents("<URL you got from above steps>"), null, true),

     

     

    Best Regards,
    Qiuyun Yu