Forum Discussion

Anonymous's avatar
Anonymous
Not applicable
3 years ago
Solved

Not possible to schedule a refresh

Hello community,
I'm currently working in a power bi report that takes some photos from the Sharepoint and I'm making the path with the Folder Path & Name of the photo and transform them to base64 which is working. 

 

Now the problem is that I can't schedule a refresh cause I get this message. I tried everything I found but not working because it ask for the credentials and tells me that can not sign in even tho the datas are correct. 

 

I tried to add the relative path but this is what is causing me the problem with the credential. 

 

= Table.AddColumn(#"Filtered Rows", "URL", each Web.Contents("https://####.sharepoint.com",
 [ 
     RelativePath="teams/team_###/Shared Documents/ET_PUR_Input/File Name/Pictures/"
  & Text.From([Name])]
))

 

I can say that I've tried in many ways but none are working.

What I am doing wrong? Can you please help me? thank you!

4 Replies