<?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: Highlighting the value of a column if it matches with future values in another column in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlighting-the-value-of-a-column-if-it-matches-with-future/m-p/3245244#M119512</link>
    <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure if i fully get you.&lt;/P&gt;&lt;P&gt;supposing you have a data table like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;try to&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) plot a table visual with the two culumns&lt;/P&gt;&lt;P&gt;2) apply the conditional formating of the background color for the new column with a meausre like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;measure = 
IF(
    MAX(data[new]) IN ALLSELECTED(data[current]),
    "Red"
)&lt;/LI-CODE&gt;&lt;P&gt;it worked like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;</description>
    <pubDate>Sat, 20 May 2023 08:02:43 GMT</pubDate>
    <dc:creator>FreemanZ</dc:creator>
    <dc:date>2023-05-20T08:02:43Z</dc:date>
    <item>
      <title>Highlighting the value of a column if it matches with future values in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlighting-the-value-of-a-column-if-it-matches-with-future/m-p/3242142#M119322</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;SPAN class=""&gt;There are 2 columns namely current and new. If values of new column matches with any of the future entries of Current, it means failed and If we find one such entry - the values are to be highlighted. I need Dax solution for this&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 May 2023 11:28:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlighting-the-value-of-a-column-if-it-matches-with-future/m-p/3242142#M119322</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2023-05-18T11:28:20Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting the value of a column if it matches with future values in another column</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlighting-the-value-of-a-column-if-it-matches-with-future/m-p/3245244#M119512</link>
      <description>&lt;P&gt;hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;not sure if i fully get you.&lt;/P&gt;&lt;P&gt;supposing you have a data table like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;try to&amp;nbsp;&lt;/P&gt;&lt;P&gt;1) plot a table visual with the two culumns&lt;/P&gt;&lt;P&gt;2) apply the conditional formating of the background color for the new column with a meausre like:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;measure = 
IF(
    MAX(data[new]) IN ALLSELECTED(data[current]),
    "Red"
)&lt;/LI-CODE&gt;&lt;P&gt;it worked like:&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&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;</description>
      <pubDate>Sat, 20 May 2023 08:02:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Highlighting-the-value-of-a-column-if-it-matches-with-future/m-p/3245244#M119512</guid>
      <dc:creator>FreemanZ</dc:creator>
      <dc:date>2023-05-20T08:02:43Z</dc:date>
    </item>
  </channel>
</rss>

