<?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: Percentile in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374332#M25066</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it seems thee is something wrong in the syntax...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;([&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;A&lt;/FONT&gt;&lt;/STRONG&gt;]) &amp;lt; PERCENTILE.INC([A], 0.2) ,1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 16 Sep 2020 08:04:21 GMT</pubDate>
    <dc:creator>saramark</dc:creator>
    <dc:date>2020-09-16T08:04:21Z</dc:date>
    <item>
      <title>Percentile</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374272#M25061</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;how can I write the same formula in Power Bi in order to obtain the same result as shown below (integers between 1 and 5)?&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;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:45:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374272#M25061</guid>
      <dc:creator>saramark</dc:creator>
      <dc:date>2020-09-16T07:45:40Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374302#M25065</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="246106" data-lia-user-login="saramark" class="lia-mention lia-mention-user"&gt;saramark&lt;/a&gt; ,&lt;/P&gt;
&lt;P&gt;new column =&lt;/P&gt;
&lt;P&gt;switch( True() &lt;BR /&gt;([A]) &amp;lt; PERCENTILE.INC([A], 0.2) ,1,&lt;BR /&gt;([A]) &amp;lt; PERCENTILE.INC([A], 0.4) ,2,&lt;BR /&gt;([A]) &amp;lt; PERCENTILE.INC([A], 0.6) ,3,&lt;BR /&gt;([A]) &amp;lt; PERCENTILE.INC([A], 0.8) ,4,&lt;BR /&gt;5)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;new measure =&lt;/P&gt;
&lt;P&gt;switch( True() &lt;BR /&gt;max([A]) &amp;lt; PERCENTILE.INC([A], 0.2) ,1,&lt;BR /&gt;max([A]) &amp;lt; PERCENTILE.INC([A], 0.4) ,2,&lt;BR /&gt;max([A]) &amp;lt; PERCENTILE.INC([A], 0.6) ,3,&lt;BR /&gt;max([A]) &amp;lt; PERCENTILE.INC([A], 0.8) ,4,&lt;BR /&gt;5)&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 07:51:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374302#M25065</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-09-16T07:51:11Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374332#M25066</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="148838" data-lia-user-login="amitchandak" class="lia-mention lia-mention-user"&gt;amitchandak&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it seems thee is something wrong in the syntax...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;([&lt;STRONG&gt;&lt;FONT color="#FF0000"&gt;A&lt;/FONT&gt;&lt;/STRONG&gt;]) &amp;lt; PERCENTILE.INC([A], 0.2) ,1,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Sep 2020 08:04:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile/m-p/1374332#M25066</guid>
      <dc:creator>saramark</dc:creator>
      <dc:date>2020-09-16T08:04:21Z</dc:date>
    </item>
  </channel>
</rss>

