<?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 2 Text Columns in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3485539#M133370</link>
    <description>&lt;P&gt;And you are a genius!!! Thank you. You just helped me become more productive at work. I can now take a manual, tedious Excel process that would take me about 6 hours and now turn that process into literally 5 minute refresh using Power BI and the measure you gave me. THANK YOU&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 19 Oct 2023 12:22:00 GMT</pubDate>
    <dc:creator>ladeko</dc:creator>
    <dc:date>2023-10-19T12:22:00Z</dc:date>
    <item>
      <title>Conditional Formatting using 2 Text Columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3484288#M133292</link>
      <description>&lt;P&gt;I would like to create a DAX formula that will compare one column to another. I have a table. Column 1 has 2 items:&amp;nbsp; It will either say "Reported Timely" OR "Not Reported Timely". If the item says &lt;STRONG&gt;"Not Reported Timely"&lt;/STRONG&gt; then I want to highlight the 2nd column in YELLOW if the 2nd columns shows as blank. The second column is "The reason it was not reported timely".&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Column 1 Name&lt;/FONT&gt; = Eform Reported Timely by Sumbitter&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000FF"&gt;Column 2 Name&lt;/FONT&gt; = Submitter Timeliness Explained&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;THIS IS WHAT I NEED IT TO DO:&lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I only need the ones highlighted in YELLOW if the 1st column says "Not Reported Timely" AND the 2nd column is blank.&lt;/LI&gt;&lt;LI&gt;So if column 1 says "&lt;STRONG&gt;Not Reported Timely&lt;/STRONG&gt;" AND column 2 is &lt;STRONG&gt;BLANK&lt;/STRONG&gt;, then I need the background in column 2 to be highlighted in the color YELLOW.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Truly appreciate any assistance you can provide.&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_smiling_eyes:"&gt;😊&lt;/span&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>Wed, 18 Oct 2023 22:45:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3484288#M133292</guid>
      <dc:creator>ladeko</dc:creator>
      <dc:date>2023-10-18T22:45:51Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting using 2 Text Columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3484875#M133329</link>
      <description>&lt;P&gt;&lt;STRONG&gt;HI ,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="633100" data-lia-user-login="ladeko" class="lia-mention lia-mention-user"&gt;ladeko&lt;/a&gt;&amp;nbsp;&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;Follow below steps&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;make mesure&amp;nbsp;&lt;/STRONG&gt;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT color="#333300"&gt;result =&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;STRONG&gt;&lt;FONT color="#333300"&gt;IF(max('condition'[Column1])="b"&amp;amp;&amp;amp; max('condition'[Column2])= BLANK(),"#FFFF00")&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;1. go to column 2 right click and choose conditional formating shown as below&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;2. choose formate style value to field value and .&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;3. choose result(measure name ) from field should we based on&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;and press ok you get your answer&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;here the same scenario&amp;nbsp;but with different data&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;for more related to this topic visit&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-for-Dates-RAG-Status/m-p/3480244#M133026" target="_blank" rel="noopener"&gt;HERE&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;If this post helps, then please consider accepting it as the solution to help other members find it faster, and give a big thumbs up.&lt;/STRONG&gt;&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 19 Oct 2023 07:03:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3484875#M133329</guid>
      <dc:creator>Dangar332</dc:creator>
      <dc:date>2023-10-19T07:03:49Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting using 2 Text Columns</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3485539#M133370</link>
      <description>&lt;P&gt;And you are a genius!!! Thank you. You just helped me become more productive at work. I can now take a manual, tedious Excel process that would take me about 6 hours and now turn that process into literally 5 minute refresh using Power BI and the measure you gave me. THANK YOU&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="569583" data-lia-user-login="Dangar332" class="lia-mention lia-mention-user"&gt;Dangar332&lt;/a&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 19 Oct 2023 12:22:00 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-using-2-Text-Columns/m-p/3485539#M133370</guid>
      <dc:creator>ladeko</dc:creator>
      <dc:date>2023-10-19T12:22:00Z</dc:date>
    </item>
  </channel>
</rss>

