<?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: Bar chart sort by volume but &amp;quot;others&amp;quot; at the bottom in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3592229#M138705</link>
    <description>&lt;P&gt;Thank you, v-zhangti.&lt;/P&gt;&lt;P&gt;I needed to tweak slightly because rankx was not bringing the value I was expecting but I was able to make it work! Thank you for the help! Greatly appreciated!!&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sort &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt; &lt;SPAN&gt;_Rank&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Complaint"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;"Other"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Ttl Complaint # by Category]&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt; &lt;SPAN&gt;_Maxcount&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;distinctCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;filter&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;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Complaint"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;"Complaint"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;blank&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;"Other"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;_Rank&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;_Maxcount&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mayu&lt;/P&gt;</description>
    <pubDate>Tue, 19 Dec 2023 19:20:50 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-12-19T19:20:50Z</dc:date>
    <item>
      <title>Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3578500#M137997</link>
      <description>&lt;P&gt;I am looking for a way to sort a bar chart based on the volume but "Others" keep at the bottom.&amp;nbsp;&lt;/P&gt;&lt;P&gt;It seems like I can only sort by the volume or category name in alphabetical order. Is there a way?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 22:33:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3578500#M137997</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-11T22:33:07Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3578566#M138000</link>
      <description>&lt;P&gt;There's two work-arounds that I found:&lt;BR /&gt;The first one is from this forum thread -&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Sort-Stacked-Bar-chart/m-p/3418133" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/Sort-Stacked-Bar-chart/m-p/3418133&lt;/A&gt;&amp;nbsp;where you basically put a custom sort in your tooltips, and sort by that.&lt;/P&gt;
&lt;P&gt;Or you'll need to create a cusom sort measure, which is explained at the end of this article:&amp;nbsp;&lt;A href="https://www.sqlbi.com/articles/filtering-the-top-products-alongside-the-other-products-in-power-bi/" target="_blank"&gt;https://www.sqlbi.com/articles/filtering-the-top-products-alongside-the-other-products-in-power-bi/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 11 Dec 2023 23:52:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3578566#M138000</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2023-12-11T23:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3581389#M138153</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try the following methods&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Example data:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum Measure = CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Category]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Sort = 
Var _Rank=RANKX(FILTER(ALL('Table'),[Category]&amp;lt;&amp;gt;"Other"),[Sum Measure],,DESC)
Var _Maxcount=CALCULATE(DISTINCTCOUNT('Table'[Category]),ALL('Table'))
Return
IF(SELECTEDVALUE('Table'[Category])&amp;lt;&amp;gt;"Other",_Rank,_Maxcount)&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Is this the result you expect?&lt;/SPAN&gt; &lt;SPAN&gt;Please see the attached document.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 08:15:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3581389#M138153</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-12-13T08:15:53Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3582531#M138214</link>
      <description>&lt;P&gt;Thank you so much, Charlotte!&lt;/P&gt;&lt;P&gt;I was able to get up to here but the sorting number was not as I expected. I need to filter the value by record_type_name__c = "Complaint".&amp;nbsp; Could you help me where I can insert the filiter logic?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;P&gt;I need to filter record name&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 18:22:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3582531#M138214</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-13T18:22:25Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3582947#M138234</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you give an example of what the relationship between Category and record name looks like?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Best Regards&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 01:34:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3582947#M138234</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-12-14T01:34:43Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3584575#M138290</link>
      <description>&lt;P&gt;Thank you, v-zhangti&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;record_type_name is the highest level that the inquery is sorted out like below.&amp;nbsp; Of those, complaint category are designed to get more details so there are complaint category and more.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;Complaint category is one below level from record_type_name. I want to assign the sorting number within the Complaint category &lt;EM&gt;(Complaint Category = if(v_salesforce_feedback[complaint_category__c] = "" &amp;amp;&amp;amp; v_salesforce_feedback[record_type_name__c] = "Complaint", "Other", &lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;if(v_salesforce_feedback[record_type_name__c] = "Complaint" &amp;amp;&amp;amp; v_salesforce_feedback[complaint_category__c] &amp;lt;&amp;gt; "", v_salesforce_feedback[complaint_category__c] , v_salesforce_feedback[record_type_name__c])). &lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the workaround to enter&amp;nbsp;-99999 and added to Tooltips. it works but -99999 is showing up and it might confuse the dashboard users. So if I can make the Sorting function works, that would be the best solution for us.&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;Thank you for your help!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 19:50:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3584575#M138290</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-14T19:50:10Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3585392#M138322</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;You can try the following methods&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;BR /&gt;Example data:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Sum Measure = CALCULATE(SUM('Table'[Value]),ALLEXCEPT('Table','Table'[Category],'Table'[record_type_name__c]))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Sort1 = 
Var _Rank=RANKX(FILTER(ALL('Table'),[Category]&amp;lt;&amp;gt;"Other"),[Sum Measure],,DESC)
Var _Maxcount=CALCULATE(DISTINCTCOUNT('Table'[Category]),ALL('Table'))
Return
IF(SELECTEDVALUE('Table'[Category])&amp;lt;&amp;gt;"Other",_Rank,_Maxcount)&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;Sort2 = 
Var _Rank=RANKX(FILTER(ALL('Table'),[Category]&amp;lt;&amp;gt;"Other"&amp;amp;&amp;amp;[record_type_name__c]="Complaint"),[Sum Measure],,DESC)
Var _Maxcount=CALCULATE(DISTINCTCOUNT('Table'[Category]),FILTER(ALL('Table'),[record_type_name__c]="Complaint"))
Return
IF(SELECTEDVALUE('Table'[record_type_name__c])&amp;lt;&amp;gt;"Complaint",BLANK(),IF(SELECTEDVALUE('Table'[Category])&amp;lt;&amp;gt;"Other",_Rank,_Maxcount))&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Which is your desired sorting result? If this does not solve your problem, please provide more information.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Charlotte&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;STRONG&gt;helps, then please consider&amp;nbsp;&lt;EM&gt;Accept it as the solution&amp;nbsp;to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 15 Dec 2023 08:30:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3585392#M138322</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2023-12-15T08:30:17Z</dc:date>
    </item>
    <item>
      <title>Re: Bar chart sort by volume but "others" at the bottom</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3592229#M138705</link>
      <description>&lt;P&gt;Thank you, v-zhangti.&lt;/P&gt;&lt;P&gt;I needed to tweak slightly because rankx was not bringing the value I was expecting but I was able to make it work! Thank you for the help! Greatly appreciated!!&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Sort &lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt; &lt;SPAN&gt;_Rank&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;RANKX&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&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;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Complaint"&lt;/SPAN&gt;&lt;SPAN&gt; &amp;amp;&amp;amp; &lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;"Other"&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[Ttl Complaint # by Category]&lt;/SPAN&gt;&lt;SPAN&gt;,,&lt;/SPAN&gt;&lt;SPAN&gt;DESC&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Var&lt;/SPAN&gt; &lt;SPAN&gt;_Maxcount&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;distinctCOUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;filter&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;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;"Complaint"&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;IF&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[record_type_name__c]&lt;/SPAN&gt;&lt;SPAN&gt;)&amp;lt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;"Complaint"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;blank&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;if&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;v_salesforce_feedback&lt;/SPAN&gt;&lt;SPAN&gt;[Complaint Category]&lt;/SPAN&gt;&lt;SPAN&gt;) &amp;lt;&amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;"Other"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;_Rank&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;_Maxcount&lt;/SPAN&gt;&lt;SPAN&gt;))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mayu&lt;/P&gt;</description>
      <pubDate>Tue, 19 Dec 2023 19:20:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Bar-chart-sort-by-volume-but-quot-others-quot-at-the-bottom/m-p/3592229#M138705</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-12-19T19:20:50Z</dc:date>
    </item>
  </channel>
</rss>

