Forum Discussion

syl-ade's avatar
syl-ade
Icon for Helper II rankHelper II
8 months ago
Solved

Power BI + Azure DevOps OData — how to avoid 403 “Access to the resource is forbidden” when new proj

Hi everyone, I’m pulling data from Azure DevOps into Power BI via the Analytics OData API. The goal is to have data across “all projects”. This works initially, but whenever a new project is create...
  • v-achippa's avatar
    v-achippa
    7 months ago

    Hi syl-ade,

     

    Based on the issue here there is no way for Analytics OData to automatically skip projects you do not have access to. When you use the organisation-level Analytics OData endpoint, azure devops first enumerates all projects and even if one project returns a 403, the entire feed fails at that point.

    • Because of that, the only possible options are granting the power bi identity read access to all projects or using project scoped analytics endpoints. This is a limitation of the Azure DevOps Analytics service, not power bi.

    Thanks and regards,

    Anjan Kumar Chippa