Get certified for free when you join Fabric Data Days 2026 and dive into Fabric, Power BI, SQL, AI, and other essential data skills.
Join nowTry your skills in the Power BI Dataviz World Championship! Round one ends June 26. Join now
Hi, I am working with VSTS REST API and pulling data from VSTS as web data source (using header basic authintication) in PBI desktop. It is workimg very nice and I am ble to refresh data.
But this is published in PBI service, data source is not getting refreshed and it is thrwoing error as "Unable to refresh the model (id=7050645) because it references an unsupported data source "
FYI- 32 bit PBI desktop
Code to pull data from VSTS rest API (URL)
result = Json.Document(Web.Contents(url,
[Headers=[Authorization="Basic xxxxxxx]]))
In PBI service, I can not see any setting under this data set in PBi service while pressing scheduled refresh bottom. See snap below-
Please help.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.