<?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: Dax Measure to identify completed milestones in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2479586#M67820</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;In addition to&amp;nbsp;&lt;SPAN class=""&gt;Fowmy's reply, I will create a sample to help you achieve your goal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF(MAX('Table'[Milestones]) = "Done","Grey")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Result is as below.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I think&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#color-code-based-on-text" target="_self"&gt;Color-code based on text&lt;/A&gt; is a good way for your situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Apr 2022 06:57:41 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-27T06:57:41Z</dc:date>
    <item>
      <title>Dax Measure to identify completed milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473141#M67428</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to show a table with milestones.&amp;nbsp; The milestones that are 'Done' should be greyed out. Is there a way to do this with a Dax measure? The name of the column with the status info is 'Status Milestone 1'. Besides 'Done', there is the option to choose 'In progress' or 'New'.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your recommendations!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 09:21:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473141#M67428</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-24T09:21:35Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Measure to identify completed milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473165#M67431</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Need more details along with your question. Have you tried the conditional formatting options?&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 10:08:06 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473165#M67431</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2022-04-24T10:08:06Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Measure to identify completed milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473173#M67434</link>
      <description>&lt;P&gt;Hi &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="52518" data-lia-user-login="Fowmy" class="lia-mention lia-mention-user"&gt;Fowmy&lt;/a&gt;&amp;nbsp;. Thanks for responding. In the meantime, I managed to create a new measure with DAX:&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = &lt;/SPAN&gt;&lt;SPAN&gt;CONTAINS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'name table XYZ'&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;'name table XYZ'[Status Milestone 1]&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"done"&lt;/SPAN&gt;&lt;SPAN&gt;). I now have a new column with False and True. Can I use this measure for conditional formating of the milestone name column?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;If 'True' then the 'milestone name' = light grey. Is this possible?&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Sun, 24 Apr 2022 10:22:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473173#M67434</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-24T10:22:41Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Measure to identify completed milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473180#M67436</link>
      <description>&lt;P&gt;Anonymous&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Yes , it's possible, please refer to this guide:&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting" target="_blank"&gt;https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 24 Apr 2022 10:31:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2473180#M67436</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2022-04-24T10:31:32Z</dc:date>
    </item>
    <item>
      <title>Re: Dax Measure to identify completed milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2479586#M67820</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;In addition to&amp;nbsp;&lt;SPAN class=""&gt;Fowmy's reply, I will create a sample to help you achieve your goal.&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Measure:&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = IF(MAX('Table'[Milestones]) = "Done","Grey")&lt;/LI-CODE&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Result is as below.&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;I think&amp;nbsp;&lt;A href="https://docs.microsoft.com/en-us/power-bi/create-reports/desktop-conditional-table-formatting#color-code-based-on-text" target="_self"&gt;Color-code based on text&lt;/A&gt; is a good way for your situation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Rico Zhou&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Apr 2022 06:57:41 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Dax-Measure-to-identify-completed-milestones/m-p/2479586#M67820</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-27T06:57:41Z</dc:date>
    </item>
  </channel>
</rss>

