<?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 execution performance in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4661906#M60630</link>
    <description>&lt;P&gt;&lt;!--   StartFragment    --&gt;&lt;/P&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I need assistance with a calculation involving goal and completed data, both of which are measurements.&lt;/P&gt;&lt;P&gt;I want to measure actual completions and incompletions (column D and E) for each program based on the following criteria:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;If the completed number exceeds the goal number, only the goal number should be counted.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For example, in a particular case, the completion is calculated as 42, while the incompletion stands at 8.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Your guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Looking forward to your insights.Thanks&lt;/P&gt;&lt;P&gt;&lt;!--   EndFragment    --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WWC2024_2-1745272465240.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1262093i605FDC597F428849/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WWC2024_2-1745272465240.png" alt="WWC2024_2-1745272465240.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 21 Apr 2025 21:55:39 GMT</pubDate>
    <dc:creator>WWC2024</dc:creator>
    <dc:date>2025-04-21T21:55:39Z</dc:date>
    <item>
      <title>execution performance</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4661906#M60630</link>
      <description>&lt;P&gt;&lt;!--   StartFragment    --&gt;&lt;/P&gt;&lt;P&gt;Dear all&lt;/P&gt;&lt;P&gt;I need assistance with a calculation involving goal and completed data, both of which are measurements.&lt;/P&gt;&lt;P&gt;I want to measure actual completions and incompletions (column D and E) for each program based on the following criteria:&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;P&gt;If the completed number exceeds the goal number, only the goal number should be counted.&lt;/P&gt;&lt;/LI&gt;&lt;LI&gt;&lt;P&gt;For example, in a particular case, the completion is calculated as 42, while the incompletion stands at 8.&lt;/P&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;Your guidance would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Looking forward to your insights.Thanks&lt;/P&gt;&lt;P&gt;&lt;!--   EndFragment    --&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="WWC2024_2-1745272465240.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1262093i605FDC597F428849/image-size/medium?v=v2&amp;amp;px=400" role="button" title="WWC2024_2-1745272465240.png" alt="WWC2024_2-1745272465240.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 21:55:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4661906#M60630</guid>
      <dc:creator>WWC2024</dc:creator>
      <dc:date>2025-04-21T21:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: execution performance</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4662116#M60633</link>
      <description>&lt;P&gt;Completion =&lt;/P&gt;&lt;P&gt;Sumx(&lt;/P&gt;&lt;P&gt;Values( table[program]),&lt;/P&gt;&lt;P&gt;Var goal =&lt;/P&gt;&lt;P&gt;Calculate( sum( table[goal]))&lt;/P&gt;&lt;P&gt;Var complete =&lt;/P&gt;&lt;P&gt;Calculate( sum( table[complete]))&lt;/P&gt;&lt;P&gt;Return&lt;/P&gt;&lt;P&gt;If( complete &amp;gt; goal, goal, complete)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Incomplete=&lt;/P&gt;&lt;P&gt;Completion =&lt;/P&gt;&lt;P&gt;Sumx(&lt;/P&gt;&lt;P&gt;Values( table[program]),&lt;/P&gt;&lt;P&gt;Var goal =&lt;/P&gt;&lt;P&gt;Calculate( sum( table[goal]))&lt;/P&gt;&lt;P&gt;Var completion =&lt;/P&gt;&lt;P&gt;[completion]&lt;/P&gt;&lt;P&gt;Return&lt;/P&gt;&lt;P&gt;goal - completion&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 04:47:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4662116#M60633</guid>
      <dc:creator>Deku</dc:creator>
      <dc:date>2025-04-22T04:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: execution performance</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4662221#M60638</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1253435"&gt;@WWC2024&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;Thank you for reaching out to us!&lt;BR /&gt;&lt;BR /&gt;I tried to recreate it with my sampe data.Used below measures:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;1.For complete status&lt;BR /&gt;Completions =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;Programs&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;Programs&lt;/SPAN&gt;&lt;SPAN&gt;[Goal]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;Programs&lt;/SPAN&gt;&lt;SPAN&gt;[Completed]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;2.For in complete status&lt;BR /&gt;Incompletions = &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Programs,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; Programs[Goal] - &lt;/SPAN&gt;&lt;SPAN&gt;MIN&lt;/SPAN&gt;&lt;SPAN&gt;(Programs[Goal], Programs[Completed])&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;Please refer the screenshot and file for clear understanding.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="vpagayammsft_0-1745299795126.png" style="width: 400px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/1262167i865D5B8EB2BF03C5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="vpagayammsft_0-1745299795126.png" alt="vpagayammsft_0-1745299795126.png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If my anwer meets your requirement,consider accepting it as solution.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Pallavi.&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Tue, 22 Apr 2025 05:42:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4662221#M60638</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-04-22T05:42:37Z</dc:date>
    </item>
    <item>
      <title>Re: execution performance</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4663966#M60681</link>
      <description>&lt;P&gt;Dear Friend&lt;/P&gt;&lt;P&gt;total # in completions and incompletions are incorrect.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since Goal and completed are measure, so I have tried the following dax and it works and wold like to share with you all.&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) get the goal exected adjust =&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[Goal]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;=&lt;/SPAN&gt;&lt;SPAN&gt;[Completed]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Completed]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[Goal]&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;SPAN&gt;2)&amp;nbsp;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Goal Completed w/adj =&lt;/SPAN&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;HASONEVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table"&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[program]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[goal executed adj]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'table'&lt;/SPAN&gt;&lt;SPAN&gt;[program]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;[goal executed adj]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; )&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Apr 2025 20:55:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4663966#M60681</guid>
      <dc:creator>WWC2024</dc:creator>
      <dc:date>2025-04-22T20:55:05Z</dc:date>
    </item>
    <item>
      <title>Re: execution performance</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4665799#M60718</link>
      <description>&lt;P&gt;solve the "total row " is very interesting question. Believe many are facing the same problems.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 24 Apr 2025 03:11:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/execution-performance/m-p/4665799#M60718</guid>
      <dc:creator>WWC2024</dc:creator>
      <dc:date>2025-04-24T03:11:29Z</dc:date>
    </item>
  </channel>
</rss>

