<?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: TOP N in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4368840#M173441</link>
    <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="912944" data-lia-user-login="henoktd" class="lia-mention lia-mention-user"&gt;henoktd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Any update on this?&amp;nbsp;Can you please share some more detail information about this issue? They should help us clarify your scenario and test coding formula.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
    <pubDate>Fri, 17 Jan 2025 08:57:00 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-01-17T08:57:00Z</dc:date>
    <item>
      <title>TOP N</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4364562#M173266</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;wha is the error here.&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;TopDepartment = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&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; &lt;/SPAN&gt;&lt;SPAN&gt;FIRSTNONBLANK&lt;/SPAN&gt;&lt;SPAN&gt;(KPI[Department], &lt;/SPAN&gt;&lt;SPAN&gt;1&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;TOPN&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;('KPI'), [DepartmentAchievement], &lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 15 Jan 2025 07:43:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4364562#M173266</guid>
      <dc:creator>henoktd</dc:creator>
      <dc:date>2025-01-15T07:43:07Z</dc:date>
    </item>
    <item>
      <title>Re: TOP N</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4364615#M173269</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="912944" data-lia-user-login="henoktd" class="lia-mention lia-mention-user"&gt;henoktd&lt;/a&gt;&amp;nbsp;Hi! Try with:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;TopDepartment =&lt;BR /&gt;CALCULATE(&lt;BR /&gt;SELECTEDVALUE(KPI[Department]),&lt;BR /&gt;TOPN(1, ALL('KPI'), [DepartmentAchievement], DESC)&lt;BR /&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;BBF&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2025 08:14:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4364615#M173269</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2025-01-15T08:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: TOP N</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4365991#M173355</link>
      <description>&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="912944" data-lia-user-login="henoktd" class="lia-mention lia-mention-user"&gt;henoktd&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Can you please share a pbix or some dummy data that keep the raw data structure with expected results? It should help us clarify your scenario and test to coding formula.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: tahoma; font-size: 11.0pt;"&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2025 01:16:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4365991#M173355</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-16T01:16:53Z</dc:date>
    </item>
    <item>
      <title>Re: TOP N</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4368840#M173441</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="912944" data-lia-user-login="henoktd" class="lia-mention lia-mention-user"&gt;henoktd&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;Any update on this?&amp;nbsp;Can you please share some more detail information about this issue? They should help us clarify your scenario and test coding formula.&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Xiaoxin Sheng&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 08:57:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/TOP-N/m-p/4368840#M173441</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-01-17T08:57:00Z</dc:date>
    </item>
  </channel>
</rss>

