<?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: Formatting specific parts of a DAX in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2424638#M64354</link>
    <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help, I'm a little confused, what exactly is going in the #,### should it be a Hex? I tried that and it wasn't working, just returning this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 29 Mar 2022 15:01:48 GMT</pubDate>
    <dc:creator>dret</dc:creator>
    <dc:date>2022-03-29T15:01:48Z</dc:date>
    <item>
      <title>Formatting specific parts of a DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2423076#M64279</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm looking for a way to format a Card to show the number highlighted in red below (974) in a different color than the rest of the text. What I'd like is for the 1 finding off non-compliance for every ... items examined to be a lighter grey so the number pops.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Not sure how I can achieve this, and would love some help &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Text Value for Error Per = 
"1 finding of non-compliance for every" &amp;amp;" "&amp;amp; CALCULATE(SUM('CalcTable'[Value]), 'CalcTable'[Category] IN { "Total Per" }) &amp;amp;" "&amp;amp; "items examined"&lt;/LI-CODE&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;</description>
      <pubDate>Tue, 29 Mar 2022 04:21:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2423076#M64279</guid>
      <dc:creator>dret</dc:creator>
      <dc:date>2022-03-29T04:21:16Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting specific parts of a DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2423105#M64280</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="372494" data-lia-user-login="dret" class="lia-mention lia-mention-user"&gt;dret&lt;/a&gt; , Based on what I got you can use the format &lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Text Value for Error Per = 
"1 finding of non-compliance for every" &amp;amp;" "&amp;amp; format( CALCULATE(SUM('CalcTable'[Value]) , 'CalcTable'[Category] IN { "Total Per" }), "#,###") &amp;amp;" "&amp;amp; "items examined"&lt;/LI-CODE&gt;</description>
      <pubDate>Tue, 29 Mar 2022 05:11:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2423105#M64280</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-03-29T05:11:25Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting specific parts of a DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2424638#M64354</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help, I'm a little confused, what exactly is going in the #,### should it be a Hex? I tried that and it wasn't working, just returning this&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 29 Mar 2022 15:01:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2424638#M64354</guid>
      <dc:creator>dret</dc:creator>
      <dc:date>2022-03-29T15:01:48Z</dc:date>
    </item>
    <item>
      <title>Re: Formatting specific parts of a DAX</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2431294#M64712</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="372494" data-lia-user-login="dret" class="lia-mention lia-mention-user"&gt;dret&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a workaround, you could create three cards and then group them.&lt;/P&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;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Reference:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-grouping-visuals" target="_blank" rel="noopener"&gt;Use grouping in Power BI Desktop - Power BI | Microsoft Docs&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Stephen Tao&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&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>Fri, 01 Apr 2022 07:50:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Formatting-specific-parts-of-a-DAX/m-p/2431294#M64712</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-01T07:50:14Z</dc:date>
    </item>
  </channel>
</rss>

