Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Find everything you need to get certified on Fabric—skills challenges, live sessions, exam prep, role guidance, and more. Get started

Reply
benneo
Regular Visitor

Connection s issue with Power bi server

Hello, i have a simple query to one of my excel file in sharepoint online. 

let

    Source = Excel.Workbook(File.Contents("\\Sharepoint@ssl\web\test.xlsx"),null,true)

in

    Source

I am able to manually refresh and update my data. However when i upload to my report server, the connection string shows

Connection Type: File

Connection String: \\Sharepoint\web\test.xlsx

The @ssl is missing from the connection string. Thus, i am unable to schduled refresh my data in the report server. Is there any way to resolve this?

 

3 REPLIES 3
josef78
Memorable Member
Memorable Member

WebDav access to on-premise Sharepoint is not supported on PBI RS. Use "Web" connector with HTTP/HTTPS URL to sharepoint stored file

v-xiandat-msft
Community Support
Community Support

Hi @benneo ,

The connection string used in Power BI Desktop might need to be adjusted for Power BI Report Server. Normally, to connect to SharePoint Online using SSL, you may need to use the SharePoint Online List connector instead of directly pointing to the file path.

The proper format for SharePoint Online connection strings often starts with rather than a file path.

Best Regards,

Xianda Tang

If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

lbendlin
Super User
Super User

What made you use the file connector? The SharePoint Folder connector is so much more flexible.

Helpful resources

Announcements
Europe Fabric Conference

Europe’s largest Microsoft Fabric Community Conference

Join the community in Stockholm for expert Microsoft Fabric learning including a very exciting keynote from Arun Ulag, Corporate Vice President, Azure Data.

AugPowerBI_Carousel

Power BI Monthly Update - August 2024

Check out the August 2024 Power BI update to learn about new features.

August Carousel

Fabric Community Update - August 2024

Find out what's new and trending in the Fabric Community.

Top Solution Authors