<?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 Calculation of defect rate using the product of yield rate. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4639539#M177635</link>
    <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Could you please teach me how to calculate DAX?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;When calculating the defect rate, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I want to calculate it as "1-&lt;SPAN&gt;Product of yield rate&lt;/SPAN&gt; for each inspection process on that day" instead of "defective number / &lt;SPAN&gt;ProductionQuantity&lt;/SPAN&gt;",&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;but I am not getting the expected result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Specifically, in the attached table visual, I would like the defect rate on March 5th to be &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;1-0.99792*0.99898= 0.00309 = 0.31%.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Currently used DAX &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;-Product of yield rate =&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[Product of yield rate]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Product of yield rate = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;PRODUCTX&lt;/SPAN&gt;&lt;SPAN&gt;('table',[Yield rate]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Yield rate&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;= 1-[&lt;SPAN&gt;Defect rate&lt;/SPAN&gt;] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Defect rate =&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[DefectiveNumber]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[ProductionQuantity]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Sat, 05 Apr 2025 17:32:28 GMT</pubDate>
    <dc:creator>31311ko</dc:creator>
    <dc:date>2025-04-05T17:32:28Z</dc:date>
    <item>
      <title>Calculation of defect rate using the product of yield rate.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4639539#M177635</link>
      <description>&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Could you please teach me how to calculate DAX?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;When calculating the defect rate, &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;I want to calculate it as "1-&lt;SPAN&gt;Product of yield rate&lt;/SPAN&gt; for each inspection process on that day" instead of "defective number / &lt;SPAN&gt;ProductionQuantity&lt;/SPAN&gt;",&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;but I am not getting the expected result.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Specifically, in the attached table visual, I would like the defect rate on March 5th to be &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;1-0.99792*0.99898= 0.00309 = 0.31%.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Currently used DAX &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;-Product of yield rate =&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;[Product of yield rate]&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Product of yield rate = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;PRODUCTX&lt;/SPAN&gt;&lt;SPAN&gt;('table',[Yield rate]))&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Yield rate&lt;/SPAN&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;= 1-[&lt;SPAN&gt;Defect rate&lt;/SPAN&gt;] &lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;・&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;SPAN&gt;Defect rate =&lt;/SPAN&gt;&lt;SPAN&gt;DIVIDE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;[DefectiveNumber]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;[ProductionQuantity]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;Thank you in advance.&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 17:32:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4639539#M177635</guid>
      <dc:creator>31311ko</dc:creator>
      <dc:date>2025-04-05T17:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of defect rate using the product of yield rate.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4639574#M177636</link>
      <description>&lt;LI-CODE lang="markup"&gt;1-Product of yield rate for each inspection process on that day&lt;/LI-CODE&gt;
&lt;P&gt;on that day, regardless of line?&amp;nbsp; &amp;nbsp;You can use REMOVEFILTERS for that.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 05 Apr 2025 19:43:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4639574#M177636</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-05T19:43:34Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of defect rate using the product of yield rate.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4651286#M178039</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1254446" data-lia-user-login="31311ko" class="lia-mention lia-mention-user"&gt;31311ko&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;Chaithra E&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2025 11:23:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4651286#M178039</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-04-14T11:23:43Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of defect rate using the product of yield rate.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4660723#M178479</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="1254446" data-lia-user-login="31311ko" class="lia-mention lia-mention-user"&gt;31311ko&lt;/a&gt;&amp;nbsp;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;Chaithra&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 09:28:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4660723#M178479</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-04-21T09:28:55Z</dc:date>
    </item>
    <item>
      <title>Re: Calculation of defect rate using the product of yield rate.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4673870#M179002</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/1254446" target="_blank"&gt;@31311ko&lt;/A&gt;&amp;nbsp;,&lt;BR /&gt;&lt;BR /&gt;As we haven’t heard back from you, we wanted to kindly follow up to check if the solution provided for the issue worked? or Let us know if you need any further assistance?&lt;BR /&gt;If our response addressed, please mark it as Accept as solution and click Yes if you found it helpful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;Chaithra E&lt;/P&gt;</description>
      <pubDate>Wed, 30 Apr 2025 05:32:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Calculation-of-defect-rate-using-the-product-of-yield-rate/m-p/4673870#M179002</guid>
      <dc:creator>v-echaithra</dc:creator>
      <dc:date>2025-04-30T05:32:32Z</dc:date>
    </item>
  </channel>
</rss>

