This time we’re going bigger than ever. Fabric, Power BI, SQL, AI and more. We're covering it all. You won't want to miss it.
Learn moreLevel up your Power BI skills this month - build one visual each week and tell better stories with data! Get started
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.