<?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 Dynamic Format in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027171#M159056</link>
    <description>&lt;P&gt;The problem is that it is text of two measures AA and BB, I want that when BB is negative only the BB in red comes out&lt;/P&gt;&lt;P&gt;1100K (18K)&lt;/P&gt;&lt;P&gt;2200K &lt;FONT color="#FF0000"&gt;(-25K)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 05 Jul 2024 14:13:19 GMT</pubDate>
    <dc:creator>Luquiluk</dc:creator>
    <dc:date>2024-07-05T14:13:19Z</dc:date>
    <item>
      <title>color Dynamic Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027110#M159046</link>
      <description>&lt;P&gt;I have the following DAX composition in dynamic format, but I can't get the negatives to be red&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VAR AA = [AA]&lt;/P&gt;&lt;P&gt;var BB = [BB]&lt;/P&gt;&lt;P&gt;var _Formato_AA = FORMAT(AA,"#0, K")&lt;/P&gt;&lt;P&gt;var _Formato_BB = FORMAT(BB,"#0, K;[Rojo] -#0, K","es-ES")&lt;/P&gt;&lt;P&gt;VAR _def = UNICHAR(34) &amp;amp; _Formato_AA &amp;amp; UNICHAR(34)&amp;amp;" &amp;nbsp;("&amp;amp;_Formato_BB&amp;amp;")"&lt;/P&gt;&lt;P&gt;return _def &amp;amp; UNICHAR(34)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 13:38:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027110#M159046</guid>
      <dc:creator>Luquiluk</dc:creator>
      <dc:date>2024-07-05T13:38:24Z</dc:date>
    </item>
    <item>
      <title>Re: color Dynamic Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027137#M159049</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608310" data-lia-user-login="Luquiluk" class="lia-mention lia-mention-user"&gt;Luquiluk&lt;/a&gt;&amp;nbsp;- you can't set the colour of a result inside FORMAT() you need to use conditional formatting on the measure / column.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This article has some good pointers on it:&amp;nbsp;&lt;A href="https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column" target="_blank"&gt;https://radacad.com/dax-and-conditional-formatting-better-together-find-the-biggest-and-smallest-numbers-in-the-column&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If this works, please accept as the solution.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 13:58:09 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027137#M159049</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-07-05T13:58:09Z</dc:date>
    </item>
    <item>
      <title>Re: color Dynamic Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027171#M159056</link>
      <description>&lt;P&gt;The problem is that it is text of two measures AA and BB, I want that when BB is negative only the BB in red comes out&lt;/P&gt;&lt;P&gt;1100K (18K)&lt;/P&gt;&lt;P&gt;2200K &lt;FONT color="#FF0000"&gt;(-25K)&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 14:13:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027171#M159056</guid>
      <dc:creator>Luquiluk</dc:creator>
      <dc:date>2024-07-05T14:13:19Z</dc:date>
    </item>
    <item>
      <title>Re: color Dynamic Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027174#M159057</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="608310" data-lia-user-login="Luquiluk" class="lia-mention lia-mention-user"&gt;Luquiluk&lt;/a&gt;&amp;nbsp;- Yep, not going to happen. Suggest you find a different way to visualise this.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 14:16:26 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027174#M159057</guid>
      <dc:creator>mark_endicott</dc:creator>
      <dc:date>2024-07-05T14:16:26Z</dc:date>
    </item>
    <item>
      <title>Re: color Dynamic Format</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027317#M159084</link>
      <description>&lt;P&gt;I try to make a waterfall graph that shows me the two data and that the bars have the size of the data of A and has a sequence of the data of B and the color of the column conditional on B&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jul 2024 15:29:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/color-Dynamic-Format/m-p/4027317#M159084</guid>
      <dc:creator>Luquiluk</dc:creator>
      <dc:date>2024-07-05T15:29:56Z</dc:date>
    </item>
  </channel>
</rss>

