<?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 Conditional Formatting on ROWS in Matrix Table (not values) in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3177282#M114746</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to achieve the same effects as in Excel Pivot - I have a matrix table in PowerBI where values are only count of documents, and other information (name, department, end date etc.) is stored in rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a way to format End date - everything in the past is red, everything in the future green. I tried to look for similiar issue as mine, however all of the solution are based on conditional formatting option - but I think if you store data in rows, no conditional formatting is possible. Below is a sample of data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Manager Name (row)&lt;/TD&gt;&lt;TD&gt;End date of contract (row)&lt;/TD&gt;&lt;TD&gt;Documents (values - count)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;xxxxxxxxx&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;31.01.2023&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;yyyyyyyy&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;10.05.2023&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to achieve it? In Excel Pivot you just simply insert a conditional formatting on any data point you want.&lt;/P&gt;</description>
    <pubDate>Fri, 07 Apr 2023 08:19:30 GMT</pubDate>
    <dc:creator>nataszba</dc:creator>
    <dc:date>2023-04-07T08:19:30Z</dc:date>
    <item>
      <title>Conditional Formatting on ROWS in Matrix Table (not values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3177282#M114746</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am trying to achieve the same effects as in Excel Pivot - I have a matrix table in PowerBI where values are only count of documents, and other information (name, department, end date etc.) is stored in rows.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need a way to format End date - everything in the past is red, everything in the future green. I tried to look for similiar issue as mine, however all of the solution are based on conditional formatting option - but I think if you store data in rows, no conditional formatting is possible. Below is a sample of data:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;Manager Name (row)&lt;/TD&gt;&lt;TD&gt;End date of contract (row)&lt;/TD&gt;&lt;TD&gt;Documents (values - count)&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;xxxxxxxxx&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF0000"&gt;31.01.2023&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;2&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;yyyyyyyy&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#00FF00"&gt;10.05.2023&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to achieve it? In Excel Pivot you just simply insert a conditional formatting on any data point you want.&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 08:19:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3177282#M114746</guid>
      <dc:creator>nataszba</dc:creator>
      <dc:date>2023-04-07T08:19:30Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting on ROWS in Matrix Table (not values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3177340#M114748</link>
      <description>&lt;P&gt;you are right. it is applicable only on value fields.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;try to provide some sample data and let us see if it could be converted to a measure to feed as a value field.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 07 Apr 2023 08:43:56 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3177340#M114748</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-04-07T08:43:56Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting on ROWS in Matrix Table (not values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3178313#M114816</link>
      <description>&lt;P&gt;Thanks Freezman for a reply, I will try to find similiar data or recreate it, since I work with restricted client information and cannot share it.&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 06:28:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3178313#M114816</guid>
      <dc:creator>nataszba</dc:creator>
      <dc:date>2023-04-08T06:28:07Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting on ROWS in Matrix Table (not values)</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3178421#M114836</link>
      <description>&lt;P&gt;one of the way to get round this is to create a new column.&lt;/P&gt;&lt;P&gt;in the table where the date feild to be analysed is held, create a custom column using the below logic&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;then when you drop this into a column in the table&amp;nbsp;&lt;/P&gt;&lt;P&gt;set as min if this lives in a fact table&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 then add a conditional format to column i have gone for an icon.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;choose how you want it to look like&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;then this is what the column looks like in the table&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;hope this helps&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 08 Apr 2023 12:02:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-on-ROWS-in-Matrix-Table-not-values/m-p/3178421#M114836</guid>
      <dc:creator>P_d2023</dc:creator>
      <dc:date>2023-04-08T12:02:07Z</dc:date>
    </item>
  </channel>
</rss>

