<?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 Highlight cell if value is .3 higher than next highest value in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlight-cell-if-value-is-3-higher-than-next-highest-value/m-p/3275332#M121489</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am trying to apply conditional formatting to a matrix (based on a bunch of avg values) which I know how to do but I need help with the dax command to use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically what the title says, very easy to explain I basically want a cell highlighted if the max value is .3 higher than the second highest value. I'll provide a sample of what I am looking for.&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;person1&lt;/TD&gt;&lt;TD&gt;person2&lt;/TD&gt;&lt;TD&gt;person3&lt;/TD&gt;&lt;TD&gt;person4&lt;/TD&gt;&lt;TD&gt;person5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF6600"&gt;4.2&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3.9&lt;/TD&gt;&lt;TD&gt;3.8&lt;/TD&gt;&lt;TD&gt;3.4&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.1&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF6600"&gt;4.1&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;TD&gt;3.7&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;3.9&lt;/TD&gt;&lt;TD&gt;3.8&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;TD&gt;3.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the ones highlighted in orange are .3 higher than the 2nd highest value in its row and in the 3rd row nothing is highlighted because it isn't .3 higher.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 08 Jun 2023 19:52:42 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2023-06-08T19:52:42Z</dc:date>
    <item>
      <title>Highlight cell if value is .3 higher than next highest value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlight-cell-if-value-is-3-higher-than-next-highest-value/m-p/3275332#M121489</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So I am trying to apply conditional formatting to a matrix (based on a bunch of avg values) which I know how to do but I need help with the dax command to use.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically what the title says, very easy to explain I basically want a cell highlighted if the max value is .3 higher than the second highest value. I'll provide a sample of what I am looking for.&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;person1&lt;/TD&gt;&lt;TD&gt;person2&lt;/TD&gt;&lt;TD&gt;person3&lt;/TD&gt;&lt;TD&gt;person4&lt;/TD&gt;&lt;TD&gt;person5&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;FONT color="#FF6600"&gt;4.2&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3.9&lt;/TD&gt;&lt;TD&gt;3.8&lt;/TD&gt;&lt;TD&gt;3.4&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;3.1&lt;/TD&gt;&lt;TD&gt;&lt;FONT color="#FF6600"&gt;4.1&lt;/FONT&gt;&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;TD&gt;3.7&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;4&lt;/TD&gt;&lt;TD&gt;3.9&lt;/TD&gt;&lt;TD&gt;3.8&lt;/TD&gt;&lt;TD&gt;3.6&lt;/TD&gt;&lt;TD&gt;3.2&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;so the ones highlighted in orange are .3 higher than the 2nd highest value in its row and in the 3rd row nothing is highlighted because it isn't .3 higher.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Jun 2023 19:52:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlight-cell-if-value-is-3-higher-than-next-highest-value/m-p/3275332#M121489</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-06-08T19:52:42Z</dc:date>
    </item>
    <item>
      <title>Re: Highlight cell if value is .3 higher than next highest value</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlight-cell-if-value-is-3-higher-than-next-highest-value/m-p/3277400#M121614</link>
      <description>&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note that I unpivoted your sample data to make it usable.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See attached.&lt;/P&gt;</description>
      <pubDate>Sat, 10 Jun 2023 01:22:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlight-cell-if-value-is-3-higher-than-next-highest-value/m-p/3277400#M121614</guid>
      <dc:creator>lbendlin</dc:creator>
      <dc:date>2023-06-10T01:22:48Z</dc:date>
    </item>
  </channel>
</rss>

