Don't miss your chance to take the Fabric Data Engineer (DP-700) exam on us!
Learn moreWe've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
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
Solved! Go to Solution.
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
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
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
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 29 | |
| 23 | |
| 17 | |
| 16 | |
| 14 |