<?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: Matrix Formatting Ideas in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538629#M135969</link>
    <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I don't think it is possible at the moment&lt;/P&gt;</description>
    <pubDate>Fri, 17 Nov 2023 07:37:51 GMT</pubDate>
    <dc:creator>oritam3210</dc:creator>
    <dc:date>2023-11-17T07:37:51Z</dc:date>
    <item>
      <title>Matrix Formatting Ideas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3537183#M135923</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kindly let me know how can I highlight specific rows background and make the values in Bold in a matrix visual.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Column 1, Column 2 and Column 3 are separate measures&lt;/P&gt;&lt;P&gt;Results - Just a column in a table&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 13:54:21 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3537183#M135923</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-16T13:54:21Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix Formatting Ideas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3537986#M135947</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;I think you can achieve something very similar to what you are looking for,&lt;BR /&gt;like this&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;first, you need to create 2 measures for that:&lt;BR /&gt;1) back color - for the background rows you want to highlight&amp;nbsp;&lt;/P&gt;&lt;P&gt;2) font color - for highlighting the text with the dark background&amp;nbsp;&lt;/P&gt;&lt;P&gt;see examples&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;back_color =&lt;BR /&gt;VAR selctedVal = SELECTEDVALUE('Dim Date'[MonthYearInt])&lt;BR /&gt;RETURN&lt;BR /&gt;IF(selctedVal IN {202203,202205,202212}, "GRAY","WHITE")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;font_color =&lt;BR /&gt;VAR selctedVal = SELECTEDVALUE('Dim Date'[MonthYearInt])&lt;BR /&gt;RETURN&lt;BR /&gt;IF(selctedVal IN {202203,202205,202212}, "WHITE","BLACK")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;second,&lt;BR /&gt;you need to define for each column (measure) the condition on "Cell elements"&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;good luck&lt;/P&gt;</description>
      <pubDate>Thu, 16 Nov 2023 22:27:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3537986#M135947</guid>
      <dc:creator>oritam3210</dc:creator>
      <dc:date>2023-11-16T22:27:02Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix Formatting Ideas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538503#M135964</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for sharing the idea. Sure! Let me try this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How can I highlight the same row headers also? ( Gross Profit, EBITDA and EBITDA Margin)&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 06:04:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538503#M135964</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-17T06:04:56Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix Formatting Ideas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538629#M135969</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;BR /&gt;I don't think it is possible at the moment&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 07:37:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538629#M135969</guid>
      <dc:creator>oritam3210</dc:creator>
      <dc:date>2023-11-17T07:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Matrix Formatting Ideas</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538646#M135970</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh Okay!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you so much&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Nov 2023 07:44:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Matrix-Formatting-Ideas/m-p/3538646#M135970</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-11-17T07:44:36Z</dc:date>
    </item>
  </channel>
</rss>

