Fabric is Generally Available. Browse Fabric Presentations. Work towards your Fabric certification with the Cloud Skills Challenge.
In a Power Query query, I am using Web.Contents to get the contents from on on-premise GitHub server using a query that works fine in PostMan, Microsoft Edge, and Google Chrome (no auth), but when used in Power Query for an Power BI dashboard, I get this error "DataSource.Error: The underlying connection was closed: Could not establish trust relationship for the SSL/TLS secure channel.
Details: http://github.myserver.com/myuser.atom.
Any suggestions? Same results with http and https.
= Xml.Document(Web.Contents("http://github.myserver.com/myuser.atom"))
Thanks,
Michael
Is your server set up to accept TLS 1.2?
Check out the November 2023 Power BI update to learn about new features.
Read the latest Fabric Community announcements, including updates on Power BI, Synapse, Data Factory and Data Activator.