<?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 Adding a new date column to bring colored column that pasted 6 weeks breach in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4111012#M163152</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the way to get the above implemented on the live data please. We need to get one of the worksheets on the PowerBI to color if it pasted 6 weeks review date (if the review was not left on the project for more then 6 weeks) and another with oppsite, the date column which is due (within 4 weeks ahead) to get colored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 21 Aug 2024 10:40:49 GMT</pubDate>
    <dc:creator>AstaBr</dc:creator>
    <dc:date>2024-08-21T10:40:49Z</dc:date>
    <item>
      <title>Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4111012#M163152</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What would be the way to get the above implemented on the live data please. We need to get one of the worksheets on the PowerBI to color if it pasted 6 weeks review date (if the review was not left on the project for more then 6 weeks) and another with oppsite, the date column which is due (within 4 weeks ahead) to get colored.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 10:40:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4111012#M163152</guid>
      <dc:creator>AstaBr</dc:creator>
      <dc:date>2024-08-21T10:40:49Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4111251#M163158</link>
      <description>&lt;P&gt;Unable to understand. Please share sample data and then explain the requirement&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 12:51:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4111251#M163158</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2024-08-21T12:51:42Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4112126#M163190</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;There is a column with 'Latest updated date' which i want to change colour if staff haven't updated the project over the 6 weeks. Currently, I do it manualy in conditional formating which is not what i would like to keep on doing. If there is some kind of formula that we can create please?&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 21 Aug 2024 22:17:43 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4112126#M163190</guid>
      <dc:creator>AstaBr</dc:creator>
      <dc:date>2024-08-21T22:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4112873#M163220</link>
      <description>&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Thanks for the reply from Rupak_bi&amp;nbsp;, please allow me to provide another insight:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Hi,&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="677430" data-lia-user-login="AstaBr" class="lia-mention lia-mention-user"&gt;AstaBr&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Regarding the issue you raised, my solution is as follows:&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;1.First I have created the following table and the column names and data are the data you have given:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;2. Below are the measure I've created for your needs:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;MEASURE =
IF (
    DATEDIFF ( MAX ( 'Table'[The date of the latest update] ), TODAY (), WEEK ) &amp;gt;= 6,
    "RED"
)&lt;/LI-CODE&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;3.Then, as shown in the image, modify the settings of the visualization:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;4.Here's my final result, which I hope meets your requirements.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;5.Here is the relevant documentation:&lt;/P&gt;
&lt;P style="margin: 0in;"&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A href="https://support.microsoft.com/en-us/office/datedif-function-25dba1a4-2812-480b-84dd-8b32a451b35c" target="_blank"&gt;&lt;SPAN&gt;DATEDIF function - Microsoft Support&lt;/SPAN&gt;&lt;/A&gt;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Please find the attached pbix relevant to the case.&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Best Regards,&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;Leroy Lu&lt;/P&gt;
&lt;P style="margin: 0in; font-family: Arial; font-size: 12.0pt; color: black;"&gt;If this post &lt;SPAN&gt;helps&lt;/SPAN&gt;, then please consider Accept it &lt;SPAN&gt;as the solution &lt;/SPAN&gt;to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:12:17 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4112873#M163220</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-08-22T07:12:17Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4112884#M163221</link>
      <description>&lt;P&gt;You can do it by creating a flag based on your logic&amp;nbsp; in calculated column and then refer that flag column in conditional formatting and defining different colour of flag values. Flag values will be numbers&lt;/P&gt;</description>
      <pubDate>Thu, 22 Aug 2024 07:15:52 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4112884#M163221</guid>
      <dc:creator>Rupak_bi</dc:creator>
      <dc:date>2024-08-22T07:15:52Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4120451#M163589</link>
      <description>That's amaizingm thank you ever so much.</description>
      <pubDate>Tue, 27 Aug 2024 09:47:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4120451#M163589</guid>
      <dc:creator>AstaBr</dc:creator>
      <dc:date>2024-08-27T09:47:07Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4129173#M163981</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Could you please help me to create a measure for the above as well?&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 08:26:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4129173#M163981</guid>
      <dc:creator>AstaBr</dc:creator>
      <dc:date>2024-09-02T08:26:48Z</dc:date>
    </item>
    <item>
      <title>Re: Adding a new date column to bring colored column that pasted 6 weeks breach</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4129702#M164021</link>
      <description>&lt;P&gt;Could you also help me out doing similar thing on the data that has past date and will be expiring within 2 weeks please? I have a column for 'QIA/EIA expected Completion Date' and we need to highlight the columns that are expired or will within next 2 weeks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 02 Sep 2024 14:35:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Adding-a-new-date-column-to-bring-colored-column-that-pasted-6/m-p/4129702#M164021</guid>
      <dc:creator>AstaBr</dc:creator>
      <dc:date>2024-09-02T14:35:51Z</dc:date>
    </item>
  </channel>
</rss>

