<?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 Finding Male / Female Ratio in the Gender column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Finding-Male-Female-Ratio-in-the-Gender-column/m-p/1399720#M25739</link>
    <description>&lt;DIV&gt;Is this the correct way to find the Male / Female Ratio in the Gender column using dax?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--&amp;gt; Gender Ratio = COUNTROWS(Employees)/COUNTROWS(ALL(Employees[Gender]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
    <pubDate>Mon, 28 Sep 2020 15:01:57 GMT</pubDate>
    <dc:creator>dan--ctvmarks</dc:creator>
    <dc:date>2020-09-28T15:01:57Z</dc:date>
    <item>
      <title>Finding Male / Female Ratio in the Gender column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Finding-Male-Female-Ratio-in-the-Gender-column/m-p/1399720#M25739</link>
      <description>&lt;DIV&gt;Is this the correct way to find the Male / Female Ratio in the Gender column using dax?&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;--&amp;gt; Gender Ratio = COUNTROWS(Employees)/COUNTROWS(ALL(Employees[Gender]))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&lt;img /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:01:57 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Finding-Male-Female-Ratio-in-the-Gender-column/m-p/1399720#M25739</guid>
      <dc:creator>dan--ctvmarks</dc:creator>
      <dc:date>2020-09-28T15:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Finding Male / Female Ratio in the Gender column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Finding-Male-Female-Ratio-in-the-Gender-column/m-p/1399782#M25741</link>
      <description>&lt;P&gt;I suggest to try:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;calculate(countrows(employees) , [Gender] = "Male") / calculate(countrows(employees) , [Gender] = "Female")&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards, Steve.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Sep 2020 15:41:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Finding-Male-Female-Ratio-in-the-Gender-column/m-p/1399782#M25741</guid>
      <dc:creator>stevedep</dc:creator>
      <dc:date>2020-09-28T15:41:11Z</dc:date>
    </item>
  </channel>
</rss>

