Forum Discussion

bgashok's avatar
bgashok
Helper I
2 years ago

Azure devops Saydo in power Bi?

I am looking for pulling sprint saydo from azure deveops to power bi? is it possible to have?

6 Replies

  • mohitkumawat's avatar
    mohitkumawat
    Impactful Individual
     

    Hi,

    to pull Sprint data from Azure DevOps into Power BI:

    1. Get a Personal Access Token (PAT): Create a PAT in Azure DevOps with the necessary permissions.

    2. Connect to Azure DevOps API: In Power BI, use the Web connector in Power Query to connect to the Azure DevOps REST API. You can use the following URL to access Sprint data:

    3. Authentication: Provide your PAT for authentication.

    4. Retrieve and Transform Data: Fetch Sprint data and shape it using Power Query in Power BI.

    These steps will allow you to integrate and visualize Azure DevOps Sprint data in your Power BI reports and dashboards.
    or you can check below link as well
    https://learn.microsoft.com/en-us/azure/devops/report/powerbi/data-connector-connect?view=azure-devops#connect-to-an-analytics-view

    • bgashok's avatar
      bgashok
      Helper I

      I am able to pull the data from Azure devops to power bi, but currently there is no SayDo data in Azure devops. I am trying to build it with calcuations, but having errors.

       

      I have created a below table form Azure and would like to plot a graph with Sprint Sx in x-axis and calucated measue = (count of True in respective sprint /(Count of True in respective sprint + count of False in respective sprint)). How can I do it?

       

      IdStarted sprintClosed sprintcommitted
      1S1S1TRUE
      2S1S1TRUE
      3S1S2FALSE
      4S1S1TRUE
      5S1S1TRUE
      6S1S3FALSE
      7S1S1TRUE
      8S1S4FALSE
      9S1S1TRUE
      10S1S1TRUE
      11S2S2TRUE
      12S2S2TRUE
      13S2S3FALSE
      14S2S2TRUE
      15S2S2TRUE
      16S2S4FALSE
      17S2S2TRUE
      18S2S2TRUE
      19S2S5FALSE
      20S2S2TRUE
      21S3S3TRUE
      22S3S4FALSE
      23S3S3TRUE
      24S3S3TRUE
      25S3S5FALSE
      26S3S3TRUE
      27S3S6FALSE
      • SIndu29's avatar
        SIndu29
        Frequent Visitor

        Can you please explain how you did that. If you can give a detailed explanation that would be great as I am new to Azure Devops and Power BI