Forum Discussion
Bluebell
6 years agoNew Member
Connecting to a private teams group
I am trying to link various excel files that are all located on private team groups and getting various errors I trying using connect excel files and obtained the access is forbidden message Fur...
- 6 years ago
Hi Bluebell ,
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),
v-frfei-msft
Community Support
6 years agoHi Bluebell ,
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),