<?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 OData Query, Azure Devops in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/OData-Query-Azure-Devops/m-p/2335566#M34370</link>
    <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liamcol1_0-1644802572152.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/669095i79A1127CEDEEA63E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liamcol1_0-1644802572152.png" alt="liamcol1_0-1644802572152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi there, I am trying to display a pipeline test results summary page in Power Bi. This sample query works for pulling in a particular piplines at a time. But I am looking to get a summary for all pipelines, grouped by pipeline name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If someone could help with the code for this it would be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 14 Feb 2022 01:37:56 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-02-14T01:37:56Z</dc:date>
    <item>
      <title>OData Query, Azure Devops</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/OData-Query-Azure-Devops/m-p/2335566#M34370</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="liamcol1_0-1644802572152.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/669095i79A1127CEDEEA63E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="liamcol1_0-1644802572152.png" alt="liamcol1_0-1644802572152.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Hi there, I am trying to display a pipeline test results summary page in Power Bi. This sample query works for pulling in a particular piplines at a time. But I am looking to get a summary for all pipelines, grouped by pipeline name.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;If someone could help with the code for this it would be greatly appreciated.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 01:37:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/OData-Query-Azure-Devops/m-p/2335566#M34370</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-14T01:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: OData Query, Azure Devops</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/OData-Query-Azure-Devops/m-p/2343921#M34451</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please review the following documentation, hope it can help you get it.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://docs.microsoft.com/en-us/azure/devops/report/powerbi/sample-pipelines-allpipelines?view=azure-devops&amp;amp;tabs=powerbi" target="_self"&gt;Pipeline outcome summary for all pipelines sample report&lt;/A&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;let
   Source = OData.Feed ("https://analytics.dev.azure.com/{organization}/{project}/_odata/v3.0-preview/PipelineRuns?"
               &amp;amp;"$apply=filter( "
	       &amp;amp;"CompletedDate ge {startdate} "
	       &amp;amp;")"
                &amp;amp;"/groupby( "
        &amp;amp;"(Pipeline/PipelineName), "
        &amp;amp;"aggregate( "
            &amp;amp;"$count as TotalCount, "
                &amp;amp;"SucceededCount with sum as SucceededCount, "
                &amp;amp;"FailedCount with sum as FailedCount, "
            &amp;amp;"PartiallySucceededCount with sum as PartiallySucceededCount, "
                &amp;amp;"CanceledCount with sum as CanceledCount "
            &amp;amp;")) "
    ,null, [Implementation="2.0",OmitValues = ODataOmitValues.Nulls,ODataVersion = 4]) 
in
    Source&lt;/LI-CODE&gt;
&lt;P&gt;Best Regards&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 06:32:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/OData-Query-Azure-Devops/m-p/2343921#M34451</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-02-17T06:32:01Z</dc:date>
    </item>
  </channel>
</rss>

