<?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 formula not respecting the slicers in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989336#M154656</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="758827" data-lia-user-login="Jhonatta_Bernar" class="lia-mention lia-mention-user"&gt;Jhonatta_Bernar&lt;/a&gt;&amp;nbsp;- Create a below measure with All selected() function , for&amp;nbsp;&amp;nbsp;quartile respects all slicers, including the Business Unit (BU) slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Teste Quartile =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;PERCENTILEX.INC(&lt;BR /&gt;ALLSELECTED(dCountries),&lt;BR /&gt;[Test Net Revenue %],&lt;BR /&gt;0.75&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 12 Jun 2024 17:44:28 GMT</pubDate>
    <dc:creator>rajendraongole1</dc:creator>
    <dc:date>2024-06-12T17:44:28Z</dc:date>
    <item>
      <title>Percentile formula not respecting the slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989265#M154655</link>
      <description>&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&lt;SPAN&gt;Hello everyone, I have here a DAX to return me a quartile for the measure [Test Net Revenue %], it's returning me the right quartile for the right Time period slicer, but for the BUs slicer os not repecting the slicer. How can I return the quartiles respecting the filters?&lt;/SPAN&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;DIV class=""&gt;&lt;DIV class=""&gt;&lt;P&gt;&amp;nbsp;&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;img /&gt;&lt;P&gt;&amp;nbsp;&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;&lt;P&gt;Thanks&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:05:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989265#M154655</guid>
      <dc:creator>Jhonatta_Bernar</dc:creator>
      <dc:date>2024-06-12T17:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile formula not respecting the slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989336#M154656</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="758827" data-lia-user-login="Jhonatta_Bernar" class="lia-mention lia-mention-user"&gt;Jhonatta_Bernar&lt;/a&gt;&amp;nbsp;- Create a below measure with All selected() function , for&amp;nbsp;&amp;nbsp;quartile respects all slicers, including the Business Unit (BU) slicer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Teste Quartile =&lt;BR /&gt;CALCULATE (&lt;BR /&gt;PERCENTILEX.INC(&lt;BR /&gt;ALLSELECTED(dCountries),&lt;BR /&gt;[Test Net Revenue %],&lt;BR /&gt;0.75&lt;BR /&gt;)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:44:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989336#M154656</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2024-06-12T17:44:28Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile formula not respecting the slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989363#M154657</link>
      <description>&lt;P&gt;It didn't work, it just repeats the [Test Net Revenue %] that I already have.&lt;BR /&gt;&lt;BR /&gt;look.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Jun 2024 17:57:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989363#M154657</guid>
      <dc:creator>Jhonatta_Bernar</dc:creator>
      <dc:date>2024-06-12T17:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile formula not respecting the slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989835#M154711</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="758827" data-lia-user-login="Jhonatta_Bernar" class="lia-mention lia-mention-user"&gt;Jhonatta_Bernar&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please try the following Dax:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Teste Quartile = 
CALCULATE(
    PERCENTILE.INC('dCountries'[Test Net Revenue %], 0.75), 
    ALLSELECTED('dCountries','dCountries'[BUs])
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If your problem is still not solved, please provide detailed sample pbix file and the results you expect.So that I can help you better. Please remove any sensitive data in advance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Jayleny&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 01:35:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3989835#M154711</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-06-13T01:35:19Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile formula not respecting the slicers</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3990234#M154742</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="758827" data-lia-user-login="Jhonatta_Bernar" class="lia-mention lia-mention-user"&gt;Jhonatta_Bernar&lt;/a&gt;&amp;nbsp;- Can you please share the same with sample data and what are the filters that you are using list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Did I answer your question? Mark my post as a solution! This will help others on the forum!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT color="#000080"&gt;&lt;STRONG&gt;Appreciate your Kudos!!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 05:22:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-formula-not-respecting-the-slicers/m-p/3990234#M154742</guid>
      <dc:creator>rajendraongole1</dc:creator>
      <dc:date>2024-06-13T05:22:12Z</dc:date>
    </item>
  </channel>
</rss>

