Forum Discussion
BernardV
6 years agoNew Member
Power BI report using Azure DevOps as data source stopped functioning
A couple of month ago I created a Power BI report using our company Azure DevOps build pipeline as data source (using odata v3.0-preview). Things were working quite well until a month or so ago it st...
- 6 years ago
I have been assited on Stack Overflow. https://stackoverflow.com/questions/60206820/power-bi-report-using-azure-devops-as-data-source-stopped-functioning
artemus
6 years agoMicrosoft Employee
You could try using DevOps connector instead?
E.g.
= VSTS.Contents("https://dev.azure.com/{organization}/{project}/_apis/build/definitions/BuildSK?api-version=5.1")Note the APIs are quite a bit different though.