<?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: division/percentage in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3698764#M143857</link>
    <description>&lt;P&gt;great thats amazing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 14 Feb 2024 12:28:41 GMT</pubDate>
    <dc:creator>matts29</dc:creator>
    <dc:date>2024-02-14T12:28:41Z</dc:date>
    <item>
      <title>division/percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3696281#M143744</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone help please?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a column (column a) contains rows of the value = 1 or 2 or 3. I would like to have the percentage displayed in a card where Column a ( equals 2 and 3) / Column A (count of all the numbers in this column)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 13 Feb 2024 11:36:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3696281#M143744</guid>
      <dc:creator>matts29</dc:creator>
      <dc:date>2024-02-13T11:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: division/percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3697568#M143795</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="687357" data-lia-user-login="matts29" class="lia-mention lia-mention-user"&gt;matts29&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try the following dax&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Percentage of 2 and 3 = 
DIVIDE(
    COUNTROWS(FILTER('Table', 'Table'[value] = 2 || 'Table'[value] = 3)),
    COUNTROWS('Table'),
    0
) * 100
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is the result you want&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 01:31:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3697568#M143795</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-02-14T01:31:38Z</dc:date>
    </item>
    <item>
      <title>Re: division/percentage</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3698764#M143857</link>
      <description>&lt;P&gt;great thats amazing &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 14 Feb 2024 12:28:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/division-percentage/m-p/3698764#M143857</guid>
      <dc:creator>matts29</dc:creator>
      <dc:date>2024-02-14T12:28:41Z</dc:date>
    </item>
  </channel>
</rss>

