<?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 get the percentile calculation to ignore any filter from one column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3991595#M154865</link>
    <description>&lt;P&gt;Hey just one problem, when I select the other filter, those lines return as 0&amp;nbsp; not sure why&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 13 Jun 2024 16:35:41 GMT</pubDate>
    <dc:creator>Kaii</dc:creator>
    <dc:date>2024-06-13T16:35:41Z</dc:date>
    <item>
      <title>How to get the percentile calculation to ignore any filter from one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3990152#M154836</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have this measure, I need the percentile lines on visuals to stay&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;constant&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;even if we select another company. so that we can see if a client falls above/below certain constant percentile values when selected.&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am not sure which part I am doing wrong,&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;VAR&lt;/SPAN&gt; &lt;SPAN&gt;_ATABLE&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;SUMMARIZE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'Company)'&lt;/SPAN&gt;&lt;SPAN&gt;[Company]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"VALLUE"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table'&lt;/SPAN&gt;&lt;SPAN&gt;[VALUE]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV class="lia-indent-padding-left-30px"&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;PERCENTILEX.INC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;_ATABLE&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[VALLUE]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;.5&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Company)'&lt;/SPAN&gt;&lt;SPAN&gt;[Company]&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;even I use&amp;nbsp;ALL('Company)'[Company]), the number still change after other company been selected.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 04:26:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3990152#M154836</guid>
      <dc:creator>Kaii</dc:creator>
      <dc:date>2024-06-13T04:26:36Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the percentile calculation to ignore any filter from one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3990211#M154838</link>
      <description>&lt;P&gt;bump&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 05:11:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3990211#M154838</guid>
      <dc:creator>Kaii</dc:creator>
      <dc:date>2024-06-13T05:11:46Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the percentile calculation to ignore any filter from one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3990278#M154839</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="374892" data-lia-user-login="Kaii" class="lia-mention lia-mention-user"&gt;Kaii&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Us ethis if you want to&amp;nbsp;ignore all filters on the 'Table', ensuring that the percentile calculation is based on all data, regardless of any selections made on the 'Company' column.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;Measure = 
VAR _ATABLE = 
    SUMMARIZE(
        ALL('Table'),
        'Table'[Company],
        "VALUE", SUM('Table'[VALUE])
    )
RETURN
CALCULATE(
    PERCENTILEX.INC(_ATABLE, [VALUE], 0.5)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to ensure that only the 'Company' filter is ignored while other filters are respected, you can modify it like this:&lt;/P&gt;
&lt;PRE class=""&gt;&lt;CODE&gt;Measure = 
VAR _ATABLE = 
    SUMMARIZE(
        ALL('Table'[Company]),
        'Table'[Company],
        "VALUE", SUM('Table'[VALUE])
    )
RETURN
CALCULATE(
    PERCENTILEX.INC(_ATABLE, [VALUE], 0.5)
)&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;If this post&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;helps, please consider&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;accepting&lt;EM&gt;&lt;STRONG&gt;&amp;nbsp;it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/STRONG&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Appreciate your Kudos!!&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.linkedin.com/in/vahid-dm/" target="_blank" rel="noopener noreferrer nofollow"&gt;LinkedIn|&lt;/A&gt;&lt;A href="https://twitter.com/VahidDMcom" target="_blank" rel="noopener noreferrer nofollow"&gt;Twitter|&lt;/A&gt;&lt;A href="https://www.vahiddm.com/" target="_blank" rel="noopener noreferrer nofollow"&gt;Blog&amp;nbsp;|&lt;/A&gt;&lt;A href="https://www.youtube.com/@databis" target="_blank" rel="noopener noreferrer nofollow"&gt;YouTube&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 06:09:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3990278#M154839</guid>
      <dc:creator>VahidDM</dc:creator>
      <dc:date>2024-06-13T06:09:23Z</dc:date>
    </item>
    <item>
      <title>Re: How to get the percentile calculation to ignore any filter from one column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3991595#M154865</link>
      <description>&lt;P&gt;Hey just one problem, when I select the other filter, those lines return as 0&amp;nbsp; not sure why&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Jun 2024 16:35:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/How-to-get-the-percentile-calculation-to-ignore-any-filter-from/m-p/3991595#M154865</guid>
      <dc:creator>Kaii</dc:creator>
      <dc:date>2024-06-13T16:35:41Z</dc:date>
    </item>
  </channel>
</rss>

