<?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: Conditional Formatting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956445#M10982</link>
    <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is [GP Growth %] field? is it a measure? do you use CALCULATE()?&lt;/P&gt;
&lt;P&gt;and do you like green arrows in values like 900%? your rule should cut it off&lt;/P&gt;</description>
    <pubDate>Tue, 03 Mar 2020 07:13:47 GMT</pubDate>
    <dc:creator>az38</dc:creator>
    <dc:date>2020-03-03T07:13:47Z</dc:date>
    <item>
      <title>Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956261#M10970</link>
      <description>&lt;P&gt;Hi all,&lt;BR /&gt;&lt;BR /&gt;I want to ask why my conditional formatting is not working. This is my matrix and the conditional formatting. The orange arrow should be in green as it exceeds 15%. Thank you so much.&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&lt;img /&gt;&lt;img /&gt;&lt;/P&gt;&lt;DIV class="mceNonEditable lia-copypaste-placeholder"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Tue, 03 Mar 2020 04:43:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956261#M10970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T04:43:06Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956429#M10978</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;there are much more in Conditional Formatting dialog box, please show.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Bytheway, I see your last row has Number as Unit, not percent. Im not sure it will work correct&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:04:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956429#M10978</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-03T07:04:43Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956441#M10980</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;,&amp;nbsp;here is the full conditional formatting dialog box. The number at the end of the condition does not affect the icon/colors even if I remove it. I've tried it before w/o the last condition and it still doesn't work. The only problem is the numbers greater than 15 are marked as orange icon while it should be green icon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:11:05 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956441#M10980</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T07:11:05Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956445#M10982</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;what is [GP Growth %] field? is it a measure? do you use CALCULATE()?&lt;/P&gt;
&lt;P&gt;and do you like green arrows in values like 900%? your rule should cut it off&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:13:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956445#M10982</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-03T07:13:47Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956449#M10983</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Yes it is a measure field. Here is the formula and yes I do use the CALCULATE() function. GP YTD and GP LY also are measure field.&lt;BR /&gt;Green arrow stopped at 100% btw.&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;GP Growth % = if(and([GP YTD] =0,[GP LY]=0),0,if(and([GP YTD] &amp;gt;=1,[GP LY]=0),1 ,if(and([GP YTD] =0,[GP LY]&amp;lt;=0),1,if(and([GP YTD] &amp;lt;=-1,[GP LY]&amp;gt;=0),-1,if(and([GP YTD] &amp;gt;=1,[GP LY]&amp;lt;=0),CALCULATE(([GP YTD]-[GP LY])/-([GP LY])),CALCULATE(([GP YTD]-[GP LY])/[GP LY]))))))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:18:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956449#M10983</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T07:18:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956462#M10984</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I see values 154% and green arrow. I dont see any rules which describes &amp;gt;100% case.&lt;/P&gt;
&lt;P&gt;So, I sure the problem is in measure interpretation.&lt;/P&gt;
&lt;P&gt;Show data example,&amp;nbsp;&lt;SPAN&gt;GP YTD and GP LY statements&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;are you sure you dont use any additional aggregations?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:25:15 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956462#M10984</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-03T07:25:15Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956482#M10985</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="82403" data-lia-user-login="az38" class="lia-mention lia-mention-user"&gt;az38&lt;/a&gt;there is no way we can put &amp;gt;100% condition as Power BI doesn't allow that. The logic allowed is between 0 to 100%. That's why I put the number in the condition to make negative percentage becomes red arrow. Here is some of the data sample for GP YTD and GP LY.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 07:39:27 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956482#M10985</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-03T07:39:27Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956513#M10988</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;could you remove sensitive data and share your pbix-file to cloud-service in order to help you?&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:05:12 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956513#M10988</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-03T08:05:12Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956593#M10999</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;try to compare with Number, not Percent&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 03 Mar 2020 08:54:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting/m-p/956593#M10999</guid>
      <dc:creator>az38</dc:creator>
      <dc:date>2020-03-03T08:54:04Z</dc:date>
    </item>
  </channel>
</rss>

