<?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: Cell elements formatting not working (version Aug 2025) in Developer</title>
    <link>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4832319#M63167</link>
    <description>&lt;P&gt;I have tried recreating the issue , tried a new matrix with other data, tried to do a matrix with the same data .... It was not possible to recreate the issue. Unfortunately I cannot share the file where this matrix with the strange reaction sits as it has sensitive data. It seems as a glitch .... I even copied the formatting to another matrix and the strange bevahiour was not transferred. I even cleared completely the matrix and reentered fields and the behaviour insisted! So I guess It was just my bad luck. It seems as it was my bad luck I guess.&amp;nbsp;&lt;BR /&gt;recreated table and it is fine now&lt;/P&gt;</description>
    <pubDate>Mon, 22 Sep 2025 12:32:07 GMT</pubDate>
    <dc:creator>NasTr</dc:creator>
    <dc:date>2025-09-22T12:32:07Z</dc:date>
    <item>
      <title>Cell elements formatting not working (version Aug 2025)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4830873#M63149</link>
      <description>&lt;P&gt;All of a sudden formatting cell elements is no longer working. I tried to apply font color but it only works if I choose to apply it to value and totals. If I select to apply only to values it simply doesn't work.&amp;nbsp;&lt;BR /&gt;Same issue with data bars. Can only be applied if you choose to apply on values AND totals , but is simply doesn't make sense in my case as when totals are included the lowest and highest value cannot be selected (and it has no meaning).&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Sep 2025 16:36:59 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4830873#M63149</guid>
      <dc:creator>NasTr</dc:creator>
      <dc:date>2025-09-19T16:36:59Z</dc:date>
    </item>
    <item>
      <title>Re: Cell elements formatting not working (version Aug 2025)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4832113#M63163</link>
      <description>&lt;P&gt;Hi &lt;a href="https://community.fabric.microsoft.com/t5/user/viewprofilepage/user-id/204606"&gt;@NasTr&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;This behavior is currently expected in Power BI Matrix/Table visuals. The “Values only” option in Cell elements formatting does not fully exclude totals, as totals and subtotals are processed differently. As a result, formatting such as font colors and data bars will only display when you select Values &amp;amp; Totals.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;Workaround (DAX-based exclusion of Totals):&lt;/STRONG&gt;&lt;BR /&gt;To apply formatting exclusively to row values, you can use ISINSCOPE() or HASONEVALUE() in a helper measure:&lt;/P&gt;
&lt;P&gt;ValueForFormatting =&lt;BR /&gt;IF (&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;ISINSCOPE ( YourTable[YourDimension] ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;SUM ( YourTable[ValueColumn] ),&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;BLANK()&lt;BR /&gt;)&lt;/P&gt;
&lt;P&gt;Apply conditional formatting using ValueForFormatting rather than the original column. This ensures formatting appears only in detail rows, and is omitted in totals/subtotals.&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;This method prevents min/max scaling issues with data bars when totals are present.&lt;/LI&gt;
&lt;LI&gt;You may assign a fixed color to totals using an ELSE condition if desired.&lt;/LI&gt;
&lt;LI&gt;Ensure you are using the latest version of Power BI Desktop, as formatting features are updated regularly.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;In summary, while Power BI does not natively support Values-only formatting for cell elements, leveraging a measure with ISINSCOPE() provides precise control over formatting application.&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 09:33:53 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4832113#M63163</guid>
      <dc:creator>v-sshirivolu</dc:creator>
      <dc:date>2025-09-22T09:33:53Z</dc:date>
    </item>
    <item>
      <title>Re: Cell elements formatting not working (version Aug 2025)</title>
      <link>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4832319#M63167</link>
      <description>&lt;P&gt;I have tried recreating the issue , tried a new matrix with other data, tried to do a matrix with the same data .... It was not possible to recreate the issue. Unfortunately I cannot share the file where this matrix with the strange reaction sits as it has sensitive data. It seems as a glitch .... I even copied the formatting to another matrix and the strange bevahiour was not transferred. I even cleared completely the matrix and reentered fields and the behaviour insisted! So I guess It was just my bad luck. It seems as it was my bad luck I guess.&amp;nbsp;&lt;BR /&gt;recreated table and it is fine now&lt;/P&gt;</description>
      <pubDate>Mon, 22 Sep 2025 12:32:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Developer/Cell-elements-formatting-not-working-version-Aug-2025/m-p/4832319#M63167</guid>
      <dc:creator>NasTr</dc:creator>
      <dc:date>2025-09-22T12:32:07Z</dc:date>
    </item>
  </channel>
</rss>

