<?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: Sorting in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1921369#M30152</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/308523"&gt;@ghumarepratik21&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The color will return when in value_if_false. I think this issue shouble be caused by the logic_test: Thread_count.&lt;/P&gt;
&lt;P&gt;Try this measure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Kpi_Color_Test = 
VAR _OutPut = IF(Max(Table[compourd_type])&amp;lt;&amp;gt;"Thread",
IF([KPI]&amp;gt;0&amp;amp;&amp;amp;[KPI]&amp;lt;3,"Red",
IF([KPI]&amp;gt;3&amp;amp;&amp;amp;[KPI]&amp;lt;4.3,"Yellow"，
IF([KPI]&amp;gt;=4.3,"Lime"))),
IF([KPI]&amp;gt;0&amp;amp;&amp;amp;[KPI]&amp;lt;3,"RED","Green")
)&lt;/LI-CODE&gt;
&lt;P&gt;If this reply still couldn't help you solve your problem, please share a sample with me. I need to know your data model. This will make it easier for me to update the measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Jun 2021 03:51:44 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-06-25T03:51:44Z</dc:date>
    <item>
      <title>Sorting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1913638#M30093</link>
      <description>&lt;P&gt;We have two condition here as mention below, in which we are getting expected output for first one but not for second in same table.&lt;BR /&gt;In grid table mentioned in pic. below we have&amp;nbsp;&lt;STRONG&gt;compound_type&lt;/STRONG&gt; column, the condition is&amp;nbsp;&lt;BR /&gt;1. for column which do not have &lt;STRONG&gt;compound_type&lt;/STRONG&gt; as&amp;nbsp;&lt;STRONG&gt;Tread&lt;/STRONG&gt; as per '&lt;STRONG&gt;KPI&lt;/STRONG&gt;' value are are sorting colors, and getting expected output,&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;2. if we get any of KPI value between&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;[KPI]&amp;lt;3 &amp;amp;&amp;amp; [KPI]&amp;gt;0 and &lt;STRONG&gt;compound_type&lt;/STRONG&gt; is&amp;nbsp;&lt;STRONG&gt;Tread&lt;/STRONG&gt; then all values should be &lt;STRONG&gt;Red&lt;/STRONG&gt;, we are not getting this conditions satisfied&lt;BR /&gt;you can see in pic 2 we have one Tread value as 2.14 still we are getting Green color, can you please check this&amp;nbsp;&lt;BR /&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (130).png" style="width: 792px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/538020i0FC94C4669E52A05/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (130).png" alt="Screenshot (130).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (131).png" style="width: 771px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/538022iC7707BEBF63D3115/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (131).png" alt="Screenshot (131).png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot (132).png" style="width: 999px;"&gt;&lt;img src="https://community.fabric.microsoft.com/t5/image/serverpage/image-id/538021i80FB72F732FEB2A6/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot (132).png" alt="Screenshot (132).png" /&gt;&lt;/span&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jun 2021 04:45:34 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1913638#M30093</guid>
      <dc:creator>ghumarepratik21</dc:creator>
      <dc:date>2021-06-22T04:45:34Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1921369#M30152</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/308523"&gt;@ghumarepratik21&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The color will return when in value_if_false. I think this issue shouble be caused by the logic_test: Thread_count.&lt;/P&gt;
&lt;P&gt;Try this measure:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Kpi_Color_Test = 
VAR _OutPut = IF(Max(Table[compourd_type])&amp;lt;&amp;gt;"Thread",
IF([KPI]&amp;gt;0&amp;amp;&amp;amp;[KPI]&amp;lt;3,"Red",
IF([KPI]&amp;gt;3&amp;amp;&amp;amp;[KPI]&amp;lt;4.3,"Yellow"，
IF([KPI]&amp;gt;=4.3,"Lime"))),
IF([KPI]&amp;gt;0&amp;amp;&amp;amp;[KPI]&amp;lt;3,"RED","Green")
)&lt;/LI-CODE&gt;
&lt;P&gt;If this reply still couldn't help you solve your problem, please share a sample with me. I need to know your data model. This will make it easier for me to update the measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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;
&lt;P&gt;&lt;SPAN&gt;Rico Zhou&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;EM&gt;&lt;STRONG&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt; to help the other members find it more quickly.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Jun 2021 03:51:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1921369#M30152</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-25T03:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: Sorting</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1926983#M30204</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/308523"&gt;@ghumarepratik21&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could you tell me if your problem has been solved? If it is, kindly Accept it as the solution. More people will benefit from it. Or you are still confused about it, please provide me with more details about your table and your problem or share me with your pbix file from your Onedrive for Business.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Rico Zhou&lt;/P&gt;</description>
      <pubDate>Tue, 29 Jun 2021 02:47:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Sorting/m-p/1926983#M30204</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-06-29T02:47:25Z</dc:date>
    </item>
  </channel>
</rss>

