<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Get Azure DevOps Sprint Capacity data through Rest API into PBRS for last six sprints in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/2100069#M32073</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/230255"&gt;@Rajesh-Kolli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some offical blogs for you, I hope they could help you.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/devops/report/powerbi/odataquery-connect?view=azure-devops" target="_blank" rel="nofollow noopener noreferrer"&gt;Connect with data by using OData queries - Azure DevOps | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/devops/report/powerbi/data-connector-connect?view=azure-devops" target="_blank" rel="nofollow noopener noreferrer"&gt;Connect to Power BI Data Connector - Azure DevOps | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you need use Azure DevOps API, please refer to the code below.&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;let
    Source = Json.Document(
        Web.Contents(
            "https://dev.azure.com/{organization}/{project}/_apis/work/teamsettings/iterations/{iterationId}/capacities/{teamMemberId}?api-version=6.0"
        )
    ),
    #"Converted to Table" = Table.FromRecords({Source})
in
    #"Converted to Table"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Mon, 27 Sep 2021 09:37:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-09-27T09:37:50Z</dc:date>
    <item>
      <title>Get Azure DevOps Sprint Capacity data through Rest API into PBRS for last six sprints</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/2097378#M32028</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the web api method to get the sprint capacity but only for an iteration with iteration id and I'm not able to query it by date or for last six sprints.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any help in this is highly appreciated .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Raj&lt;/P&gt;</description>
      <pubDate>Fri, 24 Sep 2021 15:26:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/2097378#M32028</guid>
      <dc:creator>Rajesh-Kolli</dc:creator>
      <dc:date>2021-09-24T15:26:10Z</dc:date>
    </item>
    <item>
      <title>Re: Get Azure DevOps Sprint Capacity data through Rest API into PBRS for last six sprints</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/2100069#M32073</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/230255"&gt;@Rajesh-Kolli&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here are some offical blogs for you, I hope they could help you.&lt;/P&gt;
&lt;P&gt;For reference:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/devops/report/powerbi/odataquery-connect?view=azure-devops" target="_blank" rel="nofollow noopener noreferrer"&gt;Connect with data by using OData queries - Azure DevOps | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/devops/report/powerbi/data-connector-connect?view=azure-devops" target="_blank" rel="nofollow noopener noreferrer"&gt;Connect to Power BI Data Connector - Azure DevOps | Microsoft Docs&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;If you need use Azure DevOps API, please refer to the code below.&lt;/P&gt;
&lt;PRE class="lia-code-sample  language-markup"&gt;&lt;CODE&gt;let
    Source = Json.Document(
        Web.Contents(
            "https://dev.azure.com/{organization}/{project}/_apis/work/teamsettings/iterations/{iterationId}/capacities/{teamMemberId}?api-version=6.0"
        )
    ),
    #"Converted to Table" = Table.FromRecords({Source})
in
    #"Converted to Table"&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Sep 2021 09:37:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/2100069#M32073</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-09-27T09:37:50Z</dc:date>
    </item>
    <item>
      <title>Re: Get Azure DevOps Sprint Capacity data through Rest API into PBRS for last six sprints</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/3052281#M40974</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/230255"&gt;@Rajesh-Kolli&lt;/a&gt;&amp;nbsp;, did you get the solution for this, If yes, can you please share it ?&lt;/P&gt;&lt;P&gt;Your help in this is highly appreciated .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BR,&lt;/P&gt;&lt;P&gt;Utkarsh&lt;/P&gt;</description>
      <pubDate>Tue, 31 Jan 2023 09:49:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Get-Azure-DevOps-Sprint-Capacity-data-through-Rest-API-into-PBRS/m-p/3052281#M40974</guid>
      <dc:creator>utkarshsn</dc:creator>
      <dc:date>2023-01-31T09:49:00Z</dc:date>
    </item>
  </channel>
</rss>

