<?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 Formatting (Font Color) not working on Calculation Group - Matrix in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4406543#M174942</link>
    <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="717041" data-lia-user-login="TotalAnonymous" class="lia-mention lia-mention-user"&gt;TotalAnonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on the information, try to create the measure for vs P3M%, vs P6M%, vs YTD PY%.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;vs P3M% = 
CALCULATE(
        [Sales Amount],
        'Time Intelligence'[Time Calc] = "vs P3M%"
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vs P3M% Font color = 
IF([vs P3M%] &amp;lt; 0, "red", IF([vs P3M%]&amp;gt; 0, "green", "black"))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vs P6M% = 
CALCULATE(
    [Sales Amount],
    'Time Intelligence'[Time Calc] = "vs P6M%"
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vs P6M% Font color = 
IF([vs P6M%] = 0, "black", IF([vs P6M%] &amp;gt; 0, "green", "red"))&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You can view the following links to learn more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Calculation-Group-Condiftional-Formatting-not-working/m-p/3865910" target="_blank" rel="noopener"&gt;Solved: Calculation Group Condiftional Formatting not work... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Conditional-Formatting-Matrix-with-Calculation-Groups-and-Date/td-p/4304160" target="_blank" rel="noopener"&gt;Solved: Conditional Formatting Matrix with Calculation Gro... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Conditional-Formatting-using-Calculation-Groups-not-working/td-p/2056089" target="_blank" rel="noopener"&gt;Solved: Conditional Formatting using Calculation Groups no... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#color-code-based-on-text" target="_blank" rel="noopener"&gt;Apply conditional table formatting in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 18 Feb 2025 08:45:31 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2025-02-18T08:45:31Z</dc:date>
    <item>
      <title>Color Formatting (Font Color) not working on Calculation Group - Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4402423#M174759</link>
      <description>&lt;P&gt;Dear Community,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope you're doing well.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I'm facing an issue regarding applying conditional formatting (Font Color) into Calculation Group (served as column) in Matrix. Please kindly find the link of PBIX below. The data here is a sample.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;As you can see in the image below, the idea is to applying conditional formatting to some of Calculation Item (vs PY%, vs vs P3M%)&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Afterward, I'm applying this measure to Conditional Formatting - Font Color menu as follows&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;The result is as follows, the color formatting is still not applied.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;BR /&gt;Would you mind to help me how to apply the conditional formatting in this matrix? Thank you in advance&lt;BR /&gt;&lt;BR /&gt;Link:&amp;nbsp;&lt;A href="https://drive.google.com/file/d/1WwSxCUlupZROfHZr-r2XJyWncz7Ao7Im/view?usp=sharing" target="_blank"&gt;https://drive.google.com/file/d/1WwSxCUlupZROfHZr-r2XJyWncz7Ao7Im/view?usp=sharing&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 07:52:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4402423#M174759</guid>
      <dc:creator>TotalAnonymous</dc:creator>
      <dc:date>2025-02-10T07:52:19Z</dc:date>
    </item>
    <item>
      <title>Re: Color Formatting (Font Color) not working on Calculation Group - Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4402850#M174776</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="717041" data-lia-user-login="TotalAnonymous" class="lia-mention lia-mention-user"&gt;TotalAnonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Please use the attached PBIX. I did the change on DAX.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Feb 2025 11:56:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4402850#M174776</guid>
      <dc:creator>FarhanJeelani</dc:creator>
      <dc:date>2025-02-10T11:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Color Formatting (Font Color) not working on Calculation Group - Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4403894#M174827</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="833383" data-lia-user-login="FarhanJeelani" class="lia-mention lia-mention-user"&gt;FarhanJeelani&lt;/a&gt;&amp;nbsp;, thanks for your help! Please allow me to check and get back to you ASAP&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 01:03:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4403894#M174827</guid>
      <dc:creator>TotalAnonymous</dc:creator>
      <dc:date>2025-02-11T01:03:01Z</dc:date>
    </item>
    <item>
      <title>Re: Color Formatting (Font Color) not working on Calculation Group - Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4403984#M174830</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="833383" data-lia-user-login="FarhanJeelani" class="lia-mention lia-mention-user"&gt;FarhanJeelani&lt;/a&gt;&amp;nbsp;, Thanks for your support in advance. It means a lot for me.&lt;BR /&gt;I have checked the PBIX, it seems that the measure that has been applied by Color formatting is "P3M". While the measures that I need to color format are "vs P3M%", "vs P6M%", "vs YTD PY%". It seems that in the PBIX file you've attached, those measures are not affected by color formatting. Thank you&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 11 Feb 2025 02:14:22 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4403984#M174830</guid>
      <dc:creator>TotalAnonymous</dc:creator>
      <dc:date>2025-02-11T02:14:22Z</dc:date>
    </item>
    <item>
      <title>Re: Color Formatting (Font Color) not working on Calculation Group - Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4406543#M174942</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="717041" data-lia-user-login="TotalAnonymous" class="lia-mention lia-mention-user"&gt;TotalAnonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;Based on the information, try to create the measure for vs P3M%, vs P6M%, vs YTD PY%.&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;vs P3M% = 
CALCULATE(
        [Sales Amount],
        'Time Intelligence'[Time Calc] = "vs P3M%"
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vs P3M% Font color = 
IF([vs P3M%] &amp;lt; 0, "red", IF([vs P3M%]&amp;gt; 0, "green", "black"))&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vs P6M% = 
CALCULATE(
    [Sales Amount],
    'Time Intelligence'[Time Calc] = "vs P6M%"
    )&lt;/LI-CODE&gt;&lt;LI-CODE lang="markup"&gt;vs P6M% Font color = 
IF([vs P6M%] = 0, "black", IF([vs P6M%] &amp;gt; 0, "green", "red"))&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;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;You can view the following links to learn more information.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Calculation-Group-Condiftional-Formatting-not-working/m-p/3865910" target="_blank" rel="noopener"&gt;Solved: Calculation Group Condiftional Formatting not work... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Conditional-Formatting-Matrix-with-Calculation-Groups-and-Date/td-p/4304160" target="_blank" rel="noopener"&gt;Solved: Conditional Formatting Matrix with Calculation Gro... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/Conditional-Formatting-using-Calculation-Groups-not-working/td-p/2056089" target="_blank" rel="noopener"&gt;Solved: Conditional Formatting using Calculation Groups no... - Microsoft Fabric Community&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#color-code-based-on-text" target="_blank" rel="noopener"&gt;Apply conditional table formatting in Power BI - Power BI | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Wisdom Wu&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If this post&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;helps&lt;/EM&gt;&lt;/STRONG&gt;, then please consider&amp;nbsp;&lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt;&amp;nbsp;to help the other members find it more quickly.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 18 Feb 2025 08:45:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4406543#M174942</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2025-02-18T08:45:31Z</dc:date>
    </item>
    <item>
      <title>Re: Color Formatting (Font Color) not working on Calculation Group - Matrix</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4604178#M176261</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;, thanks for your help! I'm sorry for late response...&lt;BR /&gt;&lt;BR /&gt;Based on the screenshot, it seems that the negative value (-100%) is considered as green rather than red. However, please allow me to check the PBIX and get back to you. Thank you!&lt;/P&gt;</description>
      <pubDate>Tue, 11 Mar 2025 01:38:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Color-Formatting-Font-Color-not-working-on-Calculation-Group/m-p/4604178#M176261</guid>
      <dc:creator>TotalAnonymous</dc:creator>
      <dc:date>2025-03-11T01:38:24Z</dc:date>
    </item>
  </channel>
</rss>

