<?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 this month, next month and 2 months time in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3417958#M129353</link>
    <description>&lt;P&gt;Hi, thank you with your help with this however we have just noticed it also highlights the months from previous years also. I.e today it formats Sept 2022,&amp;nbsp;Sept 2023, Sept 2024&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to add month and year to this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
    <pubDate>Wed, 06 Sep 2023 14:43:14 GMT</pubDate>
    <dc:creator>Undercoverstig</dc:creator>
    <dc:date>2023-09-06T14:43:14Z</dc:date>
    <item>
      <title>Conditional Formatting this month, next month and 2 months time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3393497#M127977</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have matrix table with a reference column and a next review due date coloumn&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to highlight those in the current month green, next month amber and those in 2 months time red based on the date column example below&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hoping someone could suggest a dax measure I could apply for the conditional formatting many thanks&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt; &lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":thumbs_up:"&gt;👍&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 22:19:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3393497#M127977</guid>
      <dc:creator>Jamieneedshelp</dc:creator>
      <dc:date>2023-08-22T22:19:33Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting this month, next month and 2 months time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3393540#M127978</link>
      <description>&lt;P&gt;Try this dax:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;FORMAT = SWITCH(MONTH(SELECTEDVALUE('Table'[Review Due Date])), 
    MONTH(TODAY()), "Green", 
    MONTH(TODAY()) + 1, "Orange", 
    MONTH(TODAY()) + 2, "Red"
)&lt;/LI-CODE&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Aug 2023 22:50:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3393540#M127978</guid>
      <dc:creator>vicky_</dc:creator>
      <dc:date>2023-08-22T22:50:19Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting this month, next month and 2 months time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3417958#M129353</link>
      <description>&lt;P&gt;Hi, thank you with your help with this however we have just noticed it also highlights the months from previous years also. I.e today it formats Sept 2022,&amp;nbsp;Sept 2023, Sept 2024&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there any way to add month and year to this?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Wed, 06 Sep 2023 14:43:14 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/3417958#M129353</guid>
      <dc:creator>Undercoverstig</dc:creator>
      <dc:date>2023-09-06T14:43:14Z</dc:date>
    </item>
    <item>
      <title>Re: Conditional Formatting this month, next month and 2 months time</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/4089766#M162323</link>
      <description>&lt;P&gt;I attempted this solution, but the formatting is not working. Any suggestions?&lt;/P&gt;&lt;P&gt;I want anything before today's date to be red, anything this month orange, and next month, yellow.&amp;nbsp;&lt;/P&gt;&lt;P&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 08 Aug 2024 17:01:44 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Conditional-Formatting-this-month-next-month-and-2-months-time/m-p/4089766#M162323</guid>
      <dc:creator>Grace_Pisarchuk</dc:creator>
      <dc:date>2024-08-08T17:01:44Z</dc:date>
    </item>
  </channel>
</rss>

