Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

To celebrate FabCon Vienna, we are offering 50% off select exams. Ends October 3rd. Request your discount now.

Reply
Anonymous
Not applicable

getting azure data

Can anyone please help me connect to Azure devops other than by Azure Devops beta.

I want to be able to refresh my azure devops(Kanban board) data in Power BI Services which using Azure devops deta is not possible.

I have tried using Odata but I dont get all of my data as  I get in Azure Devops beta

I also tried Relative Path method by Chris Webb but I have been unsuccessful in it.

 I tried writing

let
Url = Web.Contents("https://dev.azure.com/Organizationname",
[
RelativePath="projectname"
]
)

in
Url

but its not working.

So can anyone please help me find the solution . I want all the Workitems, Bugs, Tasks, User Stories tables in it.

 

Regards,

 

1 REPLY 1
v-juanli-msft
Community Support
Community Support

Hi @Anonymous 

I can reproduce your problem.

As tested according to this document, it is possible to refresh in Power BI Service.

Go to Setting, find the dataset, go to edit credential,

select "Oauth2" and sign in with the same credential as used in Power BI Desktop,

then you could set a schedule refresh or on demand refresh.

 

Best Regards

Maggie

 

 

Helpful resources

Announcements
September Power BI Update Carousel

Power BI Monthly Update - September 2025

Check out the September 2025 Power BI update to learn about new features.

August 2025 community update carousel

Fabric Community Update - August 2025

Find out what's new and trending in the Fabric community.

Top Solution Authors