<?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: Conditional formatting using Row Level comparing with column Header in Desktop</title>
    <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407804#M596166</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95757" data-lia-user-login="harirao" class="lia-mention lia-mention-user"&gt;harirao&lt;/a&gt;&amp;nbsp;It may be possible to have that type of conditional formating in your matrix table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create seperate measure for each month. Like below&lt;/P&gt;&lt;P&gt;Measure 1. Sep'20=&lt;SPAN&gt;CALCULATE(SUM(qty),'Calendar'[Year]=2020,MONTH('Calendar'[Date])=9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure 2. Aug'20=CALCULATE(SUM(qty),'Calendar'[Year]=2020,MONTH('Calendar'[Date])=8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure 3. Sep&amp;gt;Aug = if(Sep'20&amp;gt;Aug'20,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then you use the measure&amp;nbsp; Sep&amp;gt;Aug in your conditional formatting and accordinlgy use the color.&amp;nbsp; You may need to create lot of measures which is needed to create the type of visualization you wish to have.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below how you can use conditional formatting after creating measures&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 02 Oct 2020 09:24:28 GMT</pubDate>
    <dc:creator>negi007</dc:creator>
    <dc:date>2020-10-02T09:24:28Z</dc:date>
    <item>
      <title>Conditional formatting using Row Level comparing with column Header</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407760#M596150</link>
      <description>&lt;P&gt;Hello All,&lt;BR /&gt;Need your assistance, need to create conditional formatting using Month column row level with column header in power bi.&lt;/P&gt;&lt;P&gt;In attached screen shot (PBI) you can see column header is month i want to do formatting based on this also Excel snapshot visualization looking in power bi.&lt;/P&gt;&lt;P&gt;Eg:&lt;/P&gt;&lt;P&gt;If Apr-20 (month-row) is &amp;lt;= Aug-19 (Column) background should be blue, if Apri-20 &amp;gt; Aug-19 (Column) it should be green, tried with one dax, but not sure if its correct.&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Column&lt;/STRONG&gt; = if('Final Waterfall Qty'[Month]&amp;lt;='Final Waterfall Qty'[August2019],"Light Blue", IF('Final Waterfall Qty'[Month]&amp;gt;'Final Waterfall Qty'[August2019],"Light Green"))&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Is this possible in power bi&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&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;Thanks in advance for any help on the topic!&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:38:46 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407760#M596150</guid>
      <dc:creator>harirao</dc:creator>
      <dc:date>2020-10-01T15:38:46Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting using Row Level comparing with column Header</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407788#M596160</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95757" data-lia-user-login="harirao" class="lia-mention lia-mention-user"&gt;harirao&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are the columns headers values from another column on your model or only name of measures?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If they are values in columns yuo can make a comparision between both by makeing the selection of both values, if however the columns are measures or hard coded name of columns in your data model you then need to replace the second part of your statment by a DATE or another type of syntax that compares with the date of the row something like this:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Column = if('Final Waterfall Qty'[Month]&amp;lt;=DATE(2019,1,1),"Light Blue", "Light Green")&lt;/LI-CODE&gt;
&lt;P&gt;Be aware that I'm assuminmg that your month columns is based on a date if it's only a text your need to make changes to your measure.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 01 Oct 2020 15:52:31 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407788#M596160</guid>
      <dc:creator>MFelix</dc:creator>
      <dc:date>2020-10-01T15:52:31Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional formatting using Row Level comparing with column Header</title>
      <link>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407804#M596166</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="95757" data-lia-user-login="harirao" class="lia-mention lia-mention-user"&gt;harirao&lt;/a&gt;&amp;nbsp;It may be possible to have that type of conditional formating in your matrix table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create seperate measure for each month. Like below&lt;/P&gt;&lt;P&gt;Measure 1. Sep'20=&lt;SPAN&gt;CALCULATE(SUM(qty),'Calendar'[Year]=2020,MONTH('Calendar'[Date])=9)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure 2. Aug'20=CALCULATE(SUM(qty),'Calendar'[Year]=2020,MONTH('Calendar'[Date])=8)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Measure 3. Sep&amp;gt;Aug = if(Sep'20&amp;gt;Aug'20,1,0)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Then you use the measure&amp;nbsp; Sep&amp;gt;Aug in your conditional formatting and accordinlgy use the color.&amp;nbsp; You may need to create lot of measures which is needed to create the type of visualization you wish to have.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Below how you can use conditional formatting after creating measures&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Oct 2020 09:24:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/Desktop/Conditional-formatting-using-Row-Level-comparing-with-column/m-p/1407804#M596166</guid>
      <dc:creator>negi007</dc:creator>
      <dc:date>2020-10-02T09:24:28Z</dc:date>
    </item>
  </channel>
</rss>

