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

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
thebigwhite
Helper II
Helper II

DevOps data

Good morning, 

we are trying to get data from DevOps but the standard connector doesn't provide all the information that you can get from the relative rest API: 

https://docs.microsoft.com/en-us/rest/api/azure/devops/?view=azure-devops-rest-6.1

 

Do you know if there is an alternative way instead of develope a connector to retrieve the same information that I can get from the DevOps API?

Thanks 

 

1 ACCEPTED SOLUTION
v-eqin-msft
Community Support
Community Support

Hi @thebigwhite ,

 

Sorry for my late reply...

From my research , you could try to use VSTS.Contents("url") like this:

let
    Source = VSTS.Contents("https://xxx"),
    #"Imported JSON" = Table.FromRecords(Json.Document(Source,65001)[value])
in
    #"Imported JSON"

 

Check if these can help.

https://docs.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-5.0

https://community.powerbi.com/t5/Power-Query/HowTo-import-data-from-devops-VSTS-git-repo/m-p/682572

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.

 

Best Regards,
Eyelyn Qin

View solution in original post

2 REPLIES 2
v-eqin-msft
Community Support
Community Support

Hi @thebigwhite ,

 

Sorry to disturb you...

Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it.

 

Best Regards,
Eyelyn Qin

v-eqin-msft
Community Support
Community Support

Hi @thebigwhite ,

 

Sorry for my late reply...

From my research , you could try to use VSTS.Contents("url") like this:

let
    Source = VSTS.Contents("https://xxx"),
    #"Imported JSON" = Table.FromRecords(Json.Document(Source,65001)[value])
in
    #"Imported JSON"

 

Check if these can help.

https://docs.microsoft.com/en-us/rest/api/azure/devops/git/items/get?view=azure-devops-rest-5.0

https://community.powerbi.com/t5/Power-Query/HowTo-import-data-from-devops-VSTS-git-repo/m-p/682572

 

Did I answer your question ? Please mark my reply as solution. Thank you very much.

 

Best Regards,
Eyelyn Qin

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

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

Top Solution Authors
Top Kudoed Authors