<?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: Color change do not apply on setting in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4155861#M165147</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806888" data-lia-user-login="fbittencourt" class="lia-mention lia-mention-user"&gt;fbittencourt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your second method and it is displaying the colors properly.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please check out the attachment hope it helps.&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;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
    <pubDate>Wed, 18 Sep 2024 06:15:24 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-09-18T06:15:24Z</dc:date>
    <item>
      <title>Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154492#M165107</link>
      <description>&lt;P&gt;I have a column that display a mesure % using divide function, I have tried to apply on settings the mesure to change the font color.&lt;/P&gt;&lt;P&gt;&amp;nbsp;I have selected the fields:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;But the table has a bug and do not apply the change.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;I have tried also to apply this mesure&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Format cond derive budgetaire =&lt;/SPAN&gt; &lt;SPAN&gt;IF&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;[Dérive Budgétaire en %]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;gt; &lt;/SPAN&gt;&lt;SPAN&gt;10&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"#e66c37"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"#000000"&lt;/SPAN&gt;&lt;SPAN&gt;), even like this using field value doesn´t work.&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Thanks in advance for your help!!&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:27:38 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154492#M165107</guid>
      <dc:creator>fbittencourt</dc:creator>
      <dc:date>2024-09-17T13:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154519#M165109</link>
      <description>&lt;P&gt;This is conditional formatting and it looks like a common mistake is being made.&lt;/P&gt;
&lt;P&gt;Using 'percent' is not related to the data type of the field involved.&lt;/P&gt;
&lt;P&gt;There's specific advice here : &lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#color-by-rules-for-percentages" target="_self"&gt;https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#color-by-rules-for-percentages&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:41:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154519#M165109</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2024-09-17T13:41:21Z</dc:date>
    </item>
    <item>
      <title>Re: Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154524#M165111</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806888" data-lia-user-login="fbittencourt" class="lia-mention lia-mention-user"&gt;fbittencourt&lt;/a&gt;&amp;nbsp;hi! Can you attach the pbix file?&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 13:43:40 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154524#M165111</guid>
      <dc:creator>BeaBF</dc:creator>
      <dc:date>2024-09-17T13:43:40Z</dc:date>
    </item>
    <item>
      <title>Re: Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154707#M165117</link>
      <description>&lt;P&gt;Unfortunately not is sensitive data.tks&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 15:01:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154707#M165117</guid>
      <dc:creator>fbittencourt</dc:creator>
      <dc:date>2024-09-17T15:01:00Z</dc:date>
    </item>
    <item>
      <title>Re: Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154762#M165119</link>
      <description>&lt;P&gt;Just to bring more information, even though I apply the percentage as 0,20 and 1 ( 20%/100%) the color rules do not apply on whole the table, second the data type of the measure is percentage.&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Sep 2024 15:22:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4154762#M165119</guid>
      <dc:creator>fbittencourt</dc:creator>
      <dc:date>2024-09-17T15:22:16Z</dc:date>
    </item>
    <item>
      <title>Re: Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4155861#M165147</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="806888" data-lia-user-login="fbittencourt" class="lia-mention lia-mention-user"&gt;fbittencourt&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I tried your second method and it is displaying the colors properly.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Please check out the attachment hope it helps.&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;/SPAN&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 06:15:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4155861#M165147</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-09-18T06:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Color change do not apply on setting</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4157209#M165193</link>
      <description>&lt;P&gt;Peefect problem solved thank you vey much !!!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Sep 2024 14:42:11 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-change-do-not-apply-on-setting/m-p/4157209#M165193</guid>
      <dc:creator>fbittencourt</dc:creator>
      <dc:date>2024-09-18T14:42:11Z</dc:date>
    </item>
  </channel>
</rss>

