<?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: divide with condition less than in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/875682#M7347</link>
    <description>&lt;P&gt;nice..its work perfectly..thanks&lt;/P&gt;</description>
    <pubDate>Mon, 16 Dec 2019 00:19:41 GMT</pubDate>
    <dc:creator>twister</dc:creator>
    <dc:date>2019-12-16T00:19:41Z</dc:date>
    <item>
      <title>divide with condition less than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/874312#M7303</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone can help me to calculate this formula? I want to get cumulative value (in %) using below dataset.&lt;/P&gt;&lt;P&gt;Ex: (40/59) * 100&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;40 refer to ticket id which is FR_Hour &amp;lt; 5&lt;/P&gt;&lt;P&gt;59 refer to total ticket&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 07:26:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/874312#M7303</guid>
      <dc:creator>twister</dc:creator>
      <dc:date>2019-12-13T07:26:15Z</dc:date>
    </item>
    <item>
      <title>Re: divide with condition less than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/874464#M7307</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="193422" data-lia-user-login="twister" class="lia-mention lia-mention-user"&gt;twister&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Try something like this.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
DIVIDE( 
    CALCULATE(
        COUNTROWS( 'Table' ),
        'Table'[FR_Hour] &amp;lt; 5 ),
    COUNTROWS( 'Table' )
) * 100
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV&gt;Best Regards,&lt;BR /&gt;Mariusz&lt;BR /&gt;&lt;BR /&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;I&gt;Accepting it as the solution&lt;/I&gt;&lt;/STRONG&gt;.&lt;/DIV&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 13 Dec 2019 09:32:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/874464#M7307</guid>
      <dc:creator>Mariusz</dc:creator>
      <dc:date>2019-12-13T09:32:05Z</dc:date>
    </item>
    <item>
      <title>Re: divide with condition less than</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/875682#M7347</link>
      <description>&lt;P&gt;nice..its work perfectly..thanks&lt;/P&gt;</description>
      <pubDate>Mon, 16 Dec 2019 00:19:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/divide-with-condition-less-than/m-p/875682#M7347</guid>
      <dc:creator>twister</dc:creator>
      <dc:date>2019-12-16T00:19:41Z</dc:date>
    </item>
  </channel>
</rss>

