<?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 calc to remain constant on day but update on dimension filter use in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4659752#M178428</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391480" data-lia-user-login="FOXYBARK" class="lia-mention lia-mention-user"&gt;FOXYBARK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 20 Apr 2025 05:46:49 GMT</pubDate>
    <dc:creator>v-kpoloju-msft</dc:creator>
    <dc:date>2025-04-20T05:46:49Z</dc:date>
    <item>
      <title>Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4654593#M178185</link>
      <description>&lt;P&gt;HI there.&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is my table of data.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Here is my proposed calc. I crafted this from another Fabric post. This calc works but does not provide my desired number.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I am trying to get the 90th percentile for each floor. THis needs to remain constant across days. [PeopleCounts] are simply SUM(VALUE).&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is my ideal output. A constant line - 90th percentile line across days for each floor when I use a floor slicer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thanks, F&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 20:13:39 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4654593#M178185</guid>
      <dc:creator>FOXYBARK</dc:creator>
      <dc:date>2025-04-15T20:13:39Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4654699#M178191</link>
      <description>&lt;P&gt;Please provide sample data that covers your issue or question &lt;STRONG&gt;completely&lt;/STRONG&gt;, in a &lt;STRONG&gt;usable&lt;/STRONG&gt; format (not as a screenshot).&lt;BR /&gt;Do not include sensitive information. Do not include anything that is unrelated to the issue or question. &lt;BR /&gt;Please show the expected outcome based on the sample data you provided. &lt;BR /&gt;&lt;BR /&gt;Need help uploading data? &lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216&lt;/A&gt; &lt;BR /&gt;Want faster answers? &lt;A href="https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/How-to-Get-Your-Question-Answered-Quickly/m-p/1447523&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Apr 2025 22:42:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4654699#M178191</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2025-04-15T22:42:59Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4655216#M178210</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391480" data-lia-user-login="FOXYBARK" class="lia-mention lia-mention-user"&gt;FOXYBARK&lt;/a&gt;,&lt;BR /&gt;Thank you for reaching out to the Microsoft fabric community forum.&lt;BR /&gt;&lt;BR /&gt;After thoroughly reviewing the details you provided, I was able to reproduce the scenario, and it worked on my end. I have used it as sample data on my end and successfully implemented it.&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;Dax Measure for Creating 90&lt;SUP&gt;th&lt;/SUP&gt; Percentile:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;90th Percentile =

IFERROR(

    PERCENTILEX.INC(

        CALCULATETABLE(

            'August Badge Data',

            REMOVEFILTERS('August Badge Data'[Date])

        ),

        'August Badge Data'[Value],

        0.9

    ),

0)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I am also including .pbix file for your better understanding, please have a look into it:&lt;BR /&gt;&lt;BR /&gt;If this post&amp;nbsp;helps, then please give us ‘Kudos’ and consider&amp;nbsp;Accept it as a solution&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;&lt;BR /&gt;Thank you for using Microsoft Community Forum.&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 07:35:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4655216#M178210</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-04-16T07:35:40Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4656033#M178252</link>
      <description>&lt;P&gt;Hi there&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="902865" data-lia-user-login="v-kpoloju-msft" class="lia-mention lia-mention-user"&gt;v-kpoloju-msft&lt;/a&gt;&amp;nbsp;Thank you for this. There is one added layer to this and I made the small modification in your sample workbook. I'd like the values summed by day and then the percentile calculated off the summed values. For example, now the 5th floor, 90th percentile is 31.4. Correction: I cannot attach the .pbi file so here are some screenshots of what I did. How would you modify your calculation to account for this please?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 16 Apr 2025 15:08:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4656033#M178252</guid>
      <dc:creator>FOXYBARK</dc:creator>
      <dc:date>2025-04-16T15:08:09Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4657137#M178309</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391480" data-lia-user-login="FOXYBARK" class="lia-mention lia-mention-user"&gt;FOXYBARK&lt;/a&gt;,&lt;BR /&gt;Thank you for the update and clarification.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;You are correct, To calculate the 90th percentile, we should use the daily summed values per Date instead of the raw data.&lt;/P&gt;
&lt;P&gt;To do this, I suggest adjusting the DAX to first summarize the Value by day and then apply PERCENTILEX.INC over those results. Here is a measure that should meet your requirements:&lt;BR /&gt;&lt;BR /&gt;90th Percentile Daily Total =&lt;/P&gt;
&lt;P&gt;VAR FloorFilter = SELECTEDVALUE('YourTable'[Floor])&lt;/P&gt;
&lt;P&gt;VAR DailySums =&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADDCOLUMNS(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUMMARIZE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'YourTable',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'YourTable'[Date]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DailyTotal",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM('YourTable'[Value]),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'YourTable'[Floor] = FloorFilter&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERCENTILEX.INC(DailySums, [DailyTotal], 0.9)&lt;BR /&gt;&lt;BR /&gt;If this post&amp;nbsp;helps, then please give us ‘Kudos’ and consider&amp;nbsp;Accept it as a solution&amp;nbsp;to help the other members find it more quickly.&lt;BR /&gt;&lt;BR /&gt;Thank you for using Microsoft Community Forum.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 09:32:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4657137#M178309</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-04-17T09:32:23Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4658136#M178359</link>
      <description>&lt;P&gt;Beautiful. And how to keep the percentile constant across all dates?&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="902865" data-lia-user-login="v-kpoloju-msft" class="lia-mention lia-mention-user"&gt;v-kpoloju-msft&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 17 Apr 2025 19:18:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4658136#M178359</guid>
      <dc:creator>FOXYBARK</dc:creator>
      <dc:date>2025-04-17T19:18:34Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4658359#M178371</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391480" data-lia-user-login="FOXYBARK" class="lia-mention lia-mention-user"&gt;FOXYBARK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Thank you for the kind words, I’m glad the measure worked for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To keep the 90th percentile constant across all dates, you’ll need to remove the current date context from the calculation so that the percentile is calculated once over the entire dataset (filtered by Floor, if applicable), and then the same value is shown regardless of the date in the visual. You can update your measure like this:&lt;BR /&gt;&lt;BR /&gt;90th Percentile Daily Total (Constant) =&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VAR FloorFilter = SELECTEDVALUE('YourTable'[Floor])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;VAR DailySums =&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ADDCOLUMNS(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUMMARIZE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'YourTable',&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'YourTable'[Date]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; "DailyTotal",&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; CALCULATE(&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; SUM('YourTable'[Value]),&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'YourTable'[Floor] = FloorFilter,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; REMOVEFILTERS('YourTable'[Date])&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; )&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;RETURN&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; PERCENTILEX.INC(DailySums, [DailyTotal], 0.9)&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;The key change is the use of REMOVEFILTERS('YourTable'[Date]) inside the CALCULATE function, which ensures that the date context does not affect the percentile calculation making it constant across the visual.&lt;BR /&gt;&lt;BR /&gt;If this helps, please consider giving a "&lt;STRONG data-start="1451" data-end="1460"&gt;Kudos&lt;/STRONG&gt;"&amp;nbsp;or marking it as &lt;STRONG data-start="1478" data-end="1499"&gt;Accepted Solution&lt;/STRONG&gt; to assist others in the community.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks again for using the Microsoft Community Forum!&lt;/P&gt;</description>
      <pubDate>Fri, 18 Apr 2025 05:17:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4658359#M178371</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-04-18T05:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4659752#M178428</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="391480" data-lia-user-login="FOXYBARK" class="lia-mention lia-mention-user"&gt;FOXYBARK&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;May I ask if you have resolved this issue? If so, please mark the helpful reply and accept it as the solution. This will be helpful for other community members who have similar problems to solve it faster.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you.&lt;/P&gt;
&lt;P&gt;&lt;LI-WRAPPER&gt;&lt;/LI-WRAPPER&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 20 Apr 2025 05:46:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4659752#M178428</guid>
      <dc:creator>v-kpoloju-msft</dc:creator>
      <dc:date>2025-04-20T05:46:49Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4661441#M178505</link>
      <description>&lt;P&gt;Hi.&amp;nbsp;&lt;/P&gt;&lt;P&gt;This did not work as the adding the REMOVEFILTER function provided a constant of all summed values for the floor, it did not provide a 90th percentile value.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Apr 2025 14:38:23 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4661441#M178505</guid>
      <dc:creator>FOXYBARK</dc:creator>
      <dc:date>2025-04-21T14:38:23Z</dc:date>
    </item>
    <item>
      <title>Re: Percentile calc to remain constant on day but update on dimension filter use</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4661565#M178510</link>
      <description>&lt;P&gt;I will reply to my own post with the measure that worked. This calc did exactly what I needed it to do.&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt; &lt;SPAN&gt;PERCENTILEX.INC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;ALLSELECTED&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'August Badge Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Date]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN&gt;SUM&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'August Badge Data'&lt;/SPAN&gt;&lt;SPAN&gt;[Value]&lt;/SPAN&gt;&lt;SPAN&gt;)),&lt;/SPAN&gt;&lt;SPAN&gt;.9&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;Thanks&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 21 Apr 2025 16:10:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Percentile-calc-to-remain-constant-on-day-but-update-on/m-p/4661565#M178510</guid>
      <dc:creator>FOXYBARK</dc:creator>
      <dc:date>2025-04-21T16:10:32Z</dc:date>
    </item>
  </channel>
</rss>

