<?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 a Count column by another Count column per month in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249650#M54087</link>
    <description>&lt;P&gt;Please help with a formula for a percentage per month. January would be 7 / 136 = 5.15%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
    <pubDate>Tue, 21 Dec 2021 10:20:25 GMT</pubDate>
    <dc:creator>Lyle</dc:creator>
    <dc:date>2021-12-21T10:20:25Z</dc:date>
    <item>
      <title>Divide a Count column by another Count column per month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249650#M54087</link>
      <description>&lt;P&gt;Please help with a formula for a percentage per month. January would be 7 / 136 = 5.15%&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 10:20:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249650#M54087</guid>
      <dc:creator>Lyle</dc:creator>
      <dc:date>2021-12-21T10:20:25Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a Count column by another Count column per month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249683#M54088</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="341975" data-lia-user-login="Lyle" class="lia-mention lia-mention-user"&gt;Lyle&lt;/a&gt; ,&amp;nbsp; Try measure like&amp;nbsp; &lt;/P&gt;
&lt;P&gt;Divide(Count(Table[LSE]) , Count(Table[Mode]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;Divide(distinctCount(Table[LSE]) , distinctCount(Table[Mode]))&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;mark it as % measure from measure tool&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 10:37:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249683#M54088</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2021-12-21T10:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Divide a Count column by another Count column per month</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249700#M54091</link>
      <description>&lt;P&gt;Thank you sir&lt;/P&gt;</description>
      <pubDate>Tue, 21 Dec 2021 10:48:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Divide-a-Count-column-by-another-Count-column-per-month/m-p/2249700#M54091</guid>
      <dc:creator>Lyle</dc:creator>
      <dc:date>2021-12-21T10:48:34Z</dc:date>
    </item>
  </channel>
</rss>

