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

Score big with last-minute savings on the final tickets to FabCon Vienna. Secure your discount

Reply
prabhatnath
Advocate III
Advocate III

Connecting to Azure DevOps Online from DataFlow

Hello,

 

I could not find the connector for Azure DevOps Board from the Power BI Online - Dataflow where I can connect to Azure DevOps Analytics View. Is the process in the Dataflow is different than the Power BI Desktop?

 

prabhatnath_3-1708078131529.png

 

While from Power BI Desktop / Dataset I can do that as below:

prabhatnath_2-1708078091484.png

Can you help me how can I connect to Azure DevOps Online from Dataflow?

Thanks,

Prabhat

1 ACCEPTED SOLUTION

I don't remember getting the revisions for the reports I have built, but I found this on the doc: https://learn.microsoft.com/en-us/azure/devops/report/extend-analytics/odata-query-guidelines?view=a...

There is an entity "workitemrevision". That might help. Example:

https://analytics.dev.azure.com/{OrganizationName}/_odata/{version}/WorkItemRevisions?
  $filter=WorkItemId eq {id}
  &$select=WorkItemId, Title

Regards


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

View solution in original post

3 REPLIES 3
prabhatnath
Advocate III
Advocate III

Thanks @ibarrau 

Yes, at present I have identified the oData as alternative but I am facing issues to get the relavent WorkItem Revisions, which was easy using the Analytics View. Have you every tried to get these revisions using oData, if so please gude me.

 

Thank you for your reply. Lets see if any expert here can suggest anything.

 

Thanks,

Prabhat

I don't remember getting the revisions for the reports I have built, but I found this on the doc: https://learn.microsoft.com/en-us/azure/devops/report/extend-analytics/odata-query-guidelines?view=a...

There is an entity "workitemrevision". That might help. Example:

https://analytics.dev.azure.com/{OrganizationName}/_odata/{version}/WorkItemRevisions?
  $filter=WorkItemId eq {id}
  &$select=WorkItemId, Title

Regards


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

ibarrau
Super User
Super User

Hi, dataflows gen1, gen2 and Power Bi desktop don't have the same connectors. You can try doing it at desktop and copy paste the code in a blank query at dataflows. However, it could fail.

As an alternative, I do remember connecting to DevOps using ODatafeed before the connector even exist. You can check this doc to guide you on the connection and process: https://learn.microsoft.com/en-us/azure/devops/report/powerbi/odataquery-connect?view=azure-devops

You can also find some posts online showing that like: https://vinijmoura.medium.com/how-to-creating-a-report-in-power-bi-using-odata-to-connect-azure-devo...

I hope that helps,


If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.

Happy to help!

LaDataWeb Blog

Helpful resources

Announcements
August Power BI Update Carousel

Power BI Monthly Update - August 2025

Check out the August 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 Kudoed Authors