March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early bird discount ends December 31.
Register NowBe one of the first to start using Fabric Databases. View on-demand sessions with database experts and the Microsoft product team to learn just how easy it is to get started. Watch now
Hi,
We have a service account with UPN for tool automation. It is having required permissions ADO and PowerBI Pro license etc. It is failing connecting odata feed, I am trying from PowerBI Desktop to retrieve WorkItems snapshot.
I am able to login to ADO using the same service account and I am able to view the queries in the analytics section in UI. So it looks like I am missing very specific permission which does not allow me and gives "Access to the resource is forbidden" when trying to add as data source in PowerBI.
This is the odata query I am using (after combining this)
https://analytics.dev.azure.com/ABCD/ABCD/_odata/v3.0-preview/WorkItems?
$filter=WorkItemType eq 'Bug'
and State ne 'Terminated'
and State ne 'Done'
and State ne 'Removed'
and startswith(Area/AreaPath,'ABCD')
&$select=WorkItemId,Title,State,TagNames,CreatedDate,Custom_CVSSScore
&$expand=Iteration($select=IterationPath),Area($select=AreaPath)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @msbasanth ,
Community Support Team_Caitlyn