<?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: Hey folks in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004651#M101596</link>
    <description>&lt;P&gt;try this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Measure 2 = 
CALCULATE(SUM('Table'[AllTotalFail]), ALLSELECTED('Table'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jewel&lt;/P&gt;</description>
    <pubDate>Thu, 05 Jan 2023 23:55:36 GMT</pubDate>
    <dc:creator>jewel_at</dc:creator>
    <dc:date>2023-01-05T23:55:36Z</dc:date>
    <item>
      <title>Hey folks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004643#M101593</link>
      <description>&lt;P&gt;I have below table (table A1) I want to get the total of "Number of Failed" repeated in each row of the "fail%ofTotalFail" the variable "Failed%" is the percentage of failed of the "Total Order" 1,2,3,4,5,6,7 rows fail, in other word, the percentage of a category failed, for "fail%ofTotalFail" I want to know what percentage the observation [1, 96027, 7189, 7.49%] and so on makes of the Total "Number of Failed".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;fail%ofTotalFail = CALCULATE(SUM(A1['Number of Failed'], ALL())) does not work.&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;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 23:40:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004643#M101593</guid>
      <dc:creator>MohammadAziz</dc:creator>
      <dc:date>2023-01-05T23:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: Hey folks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004651#M101596</link>
      <description>&lt;P&gt;try this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Measure 2 = 
CALCULATE(SUM('Table'[AllTotalFail]), ALLSELECTED('Table'))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if it works!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Jewel&lt;/P&gt;</description>
      <pubDate>Thu, 05 Jan 2023 23:55:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004651#M101596</guid>
      <dc:creator>jewel_at</dc:creator>
      <dc:date>2023-01-05T23:55:36Z</dc:date>
    </item>
    <item>
      <title>Re: Hey folks</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004836#M101612</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="495095" data-lia-user-login="MohammadAziz" class="lia-mention lia-mention-user"&gt;MohammadAziz&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can try the following code:&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;fail%ofTotalFail = CALCULATE(SUM(A1['Number of Failed'], ALL(A1)))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards!&lt;/P&gt;
&lt;P&gt;Yolo Zhu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps, then please consider&amp;nbsp;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 06 Jan 2023 03:06:55 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Hey-folks/m-p/3004836#M101612</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-01-06T03:06:55Z</dc:date>
    </item>
  </channel>
</rss>

