<?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: 90th Percentile Issues (Not displaying correctly) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686329#M143191</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;- I attempted to use the formula you added above, it returned no value under 90th Percentile.&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, 07 Feb 2024 16:41:10 GMT</pubDate>
    <dc:creator>CPage-WF</dc:creator>
    <dc:date>2024-02-07T16:41:10Z</dc:date>
    <item>
      <title>90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686153#M143181</link>
      <description>&lt;P&gt;I am having issues with capturing the 90th percentile of a given set of data.&amp;nbsp; I have used all the percentile forumals below with no luck.&amp;nbsp; While it returns results, they seem to be incorrect.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN&gt;PERCENTILE.EXC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Public-Dashboard'&lt;/SPAN&gt;&lt;SPAN&gt;[Unit Turnout Time]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0.9&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PERCENTILE.INC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Public-Dashboard'&lt;/SPAN&gt;&lt;SPAN&gt;[Unit Turnout Time]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0.9&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PERCENTILEX.EXC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Public-Dashboard'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Unit Turnout Time]&lt;/SPAN&gt;&lt;SPAN&gt;,&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;0.9&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;PERCENTILEX.INC&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Public-Dashboard'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;[Unit Turnout Time]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;0.9&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN&gt;Below is a certain set of data where you can see the results of the forumla are returning incorrect results as I did the calculation manually on paper.&amp;nbsp; As you know a normal 90th percentile formula would be calculated as the following steps.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;OL&gt;&lt;LI&gt;&lt;SPAN&gt;Put data in chronological order&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Count how many data points you have (in the example below it would be 23)&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Take 23 * 0.9 which returns 20.7&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN&gt;Your 90th percent would be the 21st number or 20th number.&lt;/SPAN&gt;&lt;/LI&gt;&lt;/OL&gt;&lt;P&gt;&lt;SPAN&gt;Based on the images below I would assume it would be 110 or 118.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 15:25:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686153#M143181</guid>
      <dc:creator>CPage-WF</dc:creator>
      <dc:date>2024-02-07T15:25:03Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686298#M143189</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686913" data-lia-user-login="CPage-WF" class="lia-mention lia-mention-user"&gt;CPage-WF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please try the following.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nathan&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;</description>
      <pubDate>Wed, 07 Feb 2024 16:30:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686298#M143189</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2024-02-07T16:30:36Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686329#M143191</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;- I attempted to use the formula you added above, it returned no value under 90th Percentile.&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, 07 Feb 2024 16:41:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686329#M143191</guid>
      <dc:creator>CPage-WF</dc:creator>
      <dc:date>2024-02-07T16:41:10Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686389#M143194</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686913" data-lia-user-login="CPage-WF" class="lia-mention lia-mention-user"&gt;CPage-WF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That is because of the highlighted line in your measure below.&lt;/P&gt;&lt;P&gt;The CALCULATE is asking for the &lt;U&gt;Unit Turnout Time&lt;/U&gt; where &lt;U&gt;Unit Turnout Time&lt;/U&gt; = 21.&lt;/P&gt;&lt;P&gt;But there is no value in Unit Turnout Time of 21.&amp;nbsp; So it returns nothing.&lt;/P&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;Instead, you want to get the Unit Turnout Time for the 21st record in the list.&lt;/P&gt;&lt;P&gt;This is why I used an Index / Linenumber column, that simply tells you what the linenumber is.&lt;/P&gt;&lt;P&gt;The highlighted line in the measure below is asking for the Unit Turnout Time WHERE Index (i.e. Linenumber) = 21.&amp;nbsp; In this case, Index 21 exists, and is able to find the result.&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;Does this make sense?&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 17:12:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686389#M143194</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2024-02-07T17:12:22Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686408#M143195</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;- Yes it makes perfect sense so my question is how can I take the following data and 'select' the right number? Do I need to add an index colum so each turnout time has a specific index number to go with? Ultimately I would like like for it to display the number selected vs showing the entire list of turnout times.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;I am open to communicate elsewhere if we need to.&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;</description>
      <pubDate>Wed, 07 Feb 2024 17:21:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686408#M143195</guid>
      <dc:creator>CPage-WF</dc:creator>
      <dc:date>2024-02-07T17:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686454#M143197</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686913" data-lia-user-login="CPage-WF" class="lia-mention lia-mention-user"&gt;CPage-WF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes.&amp;nbsp; If you do not already have an Index, you can create a Calculated Column as follows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;NOTE: I am assuming you have an ID in your table.&amp;nbsp; Since you have duplicate values in the Unit Turnout Time, you need a way to differentiate between duplicates to assign different ranks for the same Unit Turnout Time.&amp;nbsp; In this example, I'm simply adding the ID to the Unit Turnout Time to get a unique value on which to properly rank all values.&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;Once your Index column exists, just update the measure to refer to it inside the CALCULATE.&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;Hope this makes sense.&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 17:52:29 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686454#M143197</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2024-02-07T17:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686488#M143200</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;- I am not sure if what I am trying accomplish is going to work or either i'm losing faith.&amp;nbsp; I don't have any sort of ID in the table either.&amp;nbsp; Here is a quick snipit of the actual table and the sepcific data in said table.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So for example, each unit has its own turnout time for each specific incident.&amp;nbsp; I am wanting to take the turnout time for said unit and display it in th e 90th percentile accounting for specific slicer filters (that is another conversation).&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;</description>
      <pubDate>Wed, 07 Feb 2024 18:02:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686488#M143200</guid>
      <dc:creator>CPage-WF</dc:creator>
      <dc:date>2024-02-07T18:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686642#M143210</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="686913" data-lia-user-login="CPage-WF" class="lia-mention lia-mention-user"&gt;CPage-WF&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yeah, I'm out of ideas unfortunately.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A solid data source should have a unique ID column in each table in the model.&lt;/P&gt;&lt;P&gt;Without a unique ID, we have no way of ranking the Unit Turnout Time due to duplicate values.&lt;/P&gt;&lt;P&gt;And without being able to rank the values, how can Power BI be able to identify the Nth value in the list (in this case the 21st)?&amp;nbsp; It cannot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Perhaps someone else in the community knows of a different route to take?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am sorry I was not able to provide a solution.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Nathan&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 20:07:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686642#M143210</guid>
      <dc:creator>WinterMist</dc:creator>
      <dc:date>2024-02-07T20:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: 90th Percentile Issues (Not displaying correctly)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686649#M143211</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="340078" data-lia-user-login="WinterMist" class="lia-mention lia-mention-user"&gt;WinterMist&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don't be sorry, you helped tremendously.&amp;nbsp; I will work on seeing if I can get a unique ID to drop in with the data.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 20:10:03 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/90th-Percentile-Issues-Not-displaying-correctly/m-p/3686649#M143211</guid>
      <dc:creator>CPage-WF</dc:creator>
      <dc:date>2024-02-07T20:10:03Z</dc:date>
    </item>
  </channel>
</rss>

