<?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 Color coding Columns based on a field in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3810639#M149034</link>
    <description>&lt;P&gt;Hello, I need to color code columns[QTD,YTD,Base Revenue&amp;amp; Total] for product as END POINTs and SAAS (same columns but deferentiated based on product).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is what I am expecting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need guidance in achiving this in the matrix of PBI visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;Thanks&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;</description>
    <pubDate>Thu, 04 Apr 2024 11:35:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2024-04-04T11:35:42Z</dc:date>
    <item>
      <title>Color coding Columns based on a field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3810639#M149034</link>
      <description>&lt;P&gt;Hello, I need to color code columns[QTD,YTD,Base Revenue&amp;amp; Total] for product as END POINTs and SAAS (same columns but deferentiated based on product).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Below is what I am expecting.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need guidance in achiving this in the matrix of PBI visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&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;Thanks&lt;/P&gt;&lt;P&gt;AP&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 11:35:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3810639#M149034</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-04T11:35:42Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding Columns based on a field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3810879#M149043</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;Highlight the visual and go to the Formatting section. Look for Columns, here you will find a number of different formmating options and one of them is background.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can change the colur of individual columns here. Just change the one you wnat to the colur you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Joe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;If you found my answer helpful and it solved your issue, please accept as solution&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 04 Apr 2024 12:45:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3810879#M149043</guid>
      <dc:creator>Joe_Barry</dc:creator>
      <dc:date>2024-04-04T12:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding Columns based on a field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3812671#M149114</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;You can apply the following formula to conditional formatting, see below:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;M_ =
SWITCH (
    SELECTEDVALUE ( 'Table'[Product] ),
    "END POINTS", "Yellow",
    "SAAS", "green"
)
&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Adamk Kong&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;EM&gt;&lt;STRONG&gt;helps&lt;/STRONG&gt;&lt;/EM&gt;, then please consider&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;Accept it as the solution&lt;/STRONG&gt;&lt;/EM&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 06:49:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3812671#M149114</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-04-05T06:49:16Z</dc:date>
    </item>
    <item>
      <title>Re: Color coding Columns based on a field</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3813042#M149122</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;ProductCategory =&lt;BR /&gt;SWITCH(TRUE(),&lt;BR /&gt;'YourTableName'[Product] = "END POINTs", "END POINTs",&lt;BR /&gt;'YourTableName'[Product] = "SAAS", "SAAS",&lt;BR /&gt;BLANK()&lt;BR /&gt;)&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 05 Apr 2024 09:25:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-coding-Columns-based-on-a-field/m-p/3813042#M149122</guid>
      <dc:creator>johnbasha33</dc:creator>
      <dc:date>2024-04-05T09:25:41Z</dc:date>
    </item>
  </channel>
</rss>

