<?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: How to count ratio by comparing one column value towards another column value. in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512078#M69705</link>
    <description>&lt;P&gt;It works !! thank you so much, it shows excatly what I am looking for ! Appreciate&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 13 May 2022 03:56:04 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-05-13T03:56:04Z</dc:date>
    <item>
      <title>How to count ratio by comparing one column value towards another column value.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512017#M69701</link>
      <description>&lt;P&gt;Hi, may i know what should I code if I wanted to know the ratio of the row item that 'PO date' is greater than 'Invoice Date'?&lt;BR /&gt;for example, the picture below show 2 row item out of 5 has PO date &amp;gt; Invoice Date. the ratio is 2/5 = 40%.&lt;/P&gt;&lt;P&gt;May I know how can I get this logic in Power BI.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 03:14:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512017#M69701</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-13T03:14:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to count ratio by comparing one column value towards another column value.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512044#M69702</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Please check the below picture and the attached pbix file.&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;LI-CODE lang="markup"&gt;Ratio measure: =
VAR POgreaterthanInvoice =
    COUNTROWS ( FILTER ( Data, Data[PO Date] &amp;gt; Data[Invoice Date] ) )
VAR allcount =
    COUNTROWS ( Data )
RETURN
    DIVIDE ( POgreaterthanInvoice, allcount )
&lt;/LI-CODE&gt;</description>
      <pubDate>Fri, 13 May 2022 03:30:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512044#M69702</guid>
      <dc:creator>Jihwan_Kim</dc:creator>
      <dc:date>2022-05-13T03:30:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to count ratio by comparing one column value towards another column value.</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512078#M69705</link>
      <description>&lt;P&gt;It works !! thank you so much, it shows excatly what I am looking for ! Appreciate&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":grinning_face:"&gt;😀&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 13 May 2022 03:56:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-count-ratio-by-comparing-one-column-value-towards-another/m-p/2512078#M69705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-13T03:56:04Z</dc:date>
    </item>
  </channel>
</rss>

