<?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 Divide count of multiple text in column by the total count of the column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-count-of-multiple-text-in-column-by-the-total-count-of/m-p/2877860#M93041</link>
    <description>&lt;P&gt;Hello, i need to create a pass / fail percentage visual. I have column 'A' with different text in the cells that say pass, fail,N/A and blanks. I need to be able to filter by the different text values and divide them by the overall count of the column. Is this possible if not is there a work around?&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 01 Nov 2022 17:11:24 GMT</pubDate>
    <dc:creator>A-Aron</dc:creator>
    <dc:date>2022-11-01T17:11:24Z</dc:date>
    <item>
      <title>Divide count of multiple text in column by the total count of the column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-count-of-multiple-text-in-column-by-the-total-count-of/m-p/2877860#M93041</link>
      <description>&lt;P&gt;Hello, i need to create a pass / fail percentage visual. I have column 'A' with different text in the cells that say pass, fail,N/A and blanks. I need to be able to filter by the different text values and divide them by the overall count of the column. Is this possible if not is there a work around?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:11:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-count-of-multiple-text-in-column-by-the-total-count-of/m-p/2877860#M93041</guid>
      <dc:creator>A-Aron</dc:creator>
      <dc:date>2022-11-01T17:11:24Z</dc:date>
    </item>
    <item>
      <title>Re: Divide count of multiple text in column by the total count of the column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-count-of-multiple-text-in-column-by-the-total-count-of/m-p/2877886#M93045</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="417577" data-lia-user-login="A-Aron" class="lia-mention lia-mention-user"&gt;A-Aron&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;please try&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;% Count =
DIVIDE (
    COUNTROWS ( 'Table' ),
    COUNTROWS ( CALCULATETABLE ( 'Table', ALL ( 'Table'[Column] ) ) )
)&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 01 Nov 2022 17:21:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-count-of-multiple-text-in-column-by-the-total-count-of/m-p/2877886#M93045</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-11-01T17:21:04Z</dc:date>
    </item>
  </channel>
</rss>

