<?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 Is it possible to change font color for only a part of the string in Matrix value cell of power bi? in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2636073#M77274</link>
    <description>&lt;P&gt;&lt;SPAN&gt;I have a dax expression where I am concatenating strings with other dax measures.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Net WP = 
    "Net Written Premium " 
    &amp;amp; FORMAT([CY YTD],"$#,##,,.0M") 
    &amp;amp; " vs. " &amp;amp; FORMAT([PY YTD],"$#,##,,.0M") 
    &amp;amp; " " &amp;amp; MAX(dim_Date[Year]) -1 
    &amp;amp; " "&amp;amp; [Net Wr Premium YOY Title]&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN&gt;Result look like this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Is any way I can change the font color for only the last part of the string? ([Net Wr Premium YOY Title])&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so it should look like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
    <pubDate>Wed, 13 Jul 2022 10:26:50 GMT</pubDate>
    <dc:creator>giramswa</dc:creator>
    <dc:date>2022-07-13T10:26:50Z</dc:date>
    <item>
      <title>Is it possible to change font color for only a part of the string in Matrix value cell of power bi?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2636073#M77274</link>
      <description>&lt;P&gt;&lt;SPAN&gt;I have a dax expression where I am concatenating strings with other dax measures.&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE&gt;Net WP = 
    "Net Written Premium " 
    &amp;amp; FORMAT([CY YTD],"$#,##,,.0M") 
    &amp;amp; " vs. " &amp;amp; FORMAT([PY YTD],"$#,##,,.0M") 
    &amp;amp; " " &amp;amp; MAX(dim_Date[Year]) -1 
    &amp;amp; " "&amp;amp; [Net Wr Premium YOY Title]&lt;/PRE&gt;&lt;DIV&gt;&lt;SPAN&gt;Result look like this:&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;Is any way I can change the font color for only the last part of the string? ([Net Wr Premium YOY Title])&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;so it should look like this:&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 13 Jul 2022 10:26:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2636073#M77274</guid>
      <dc:creator>giramswa</dc:creator>
      <dc:date>2022-07-13T10:26:50Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change font color for only a part of the string in Matrix value cell of power bi?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2636165#M77277</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="364238" data-lia-user-login="giramswa" class="lia-mention lia-mention-user"&gt;giramswa&lt;/a&gt; , You can do that only when you write it in the text box (Enable Q&amp;amp;A) and then try.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In title, card, etc you can not&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 11:18:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2636165#M77277</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-07-13T11:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: Is it possible to change font color for only a part of the string in Matrix value cell of power bi?</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2644118#M77759</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="364238" data-lia-user-login="giramswa" class="lia-mention lia-mention-user"&gt;giramswa&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Not yet. This is because the font format is valid for the entire measure.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;The same color format applied to the whole would look like this.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;Unfortunately, power BI is now unable to achieve what you need . You can submit an idea for it at&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://ideas.powerbi.com/forums" target="_blank"&gt;&lt;SPAN&gt;https://ideas.powerbi.com/forums&lt;/SPAN&gt;&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;and wait for users with the same needs as you to vote for you to help make it happen as soon as possible.&lt;/SPAN&gt;&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;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Mon, 18 Jul 2022 08:02:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Is-it-possible-to-change-font-color-for-only-a-part-of-the/m-p/2644118#M77759</guid>
      <dc:creator>v-zhangti</dc:creator>
      <dc:date>2022-07-18T08:02:52Z</dc:date>
    </item>
  </channel>
</rss>

