<?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: Help modifying a display text box value based on filters for future milestones in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092336#M47658</link>
    <description>&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Upcoming Milestones =
"Upcoming Milestones: "
    &amp;amp; CONCATENATEX (
        FILTER ( Milestones, Milestones[Target (End)] &amp;gt; TODAY () ),
        FORMAT ( Milestones[Target (End)], "mm/dd/yyyy" )
			&amp;amp; " " &amp;amp; Milestones[Meeting]
			&amp;amp; " " &amp;amp; Milestones[Name],
        ", "
    )&lt;/LI-CODE&gt;</description>
    <pubDate>Wed, 22 Sep 2021 20:15:01 GMT</pubDate>
    <dc:creator>AlexisOlson</dc:creator>
    <dc:date>2021-09-22T20:15:01Z</dc:date>
    <item>
      <title>Help modifying a display text box value based on filters for future milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092331#M47657</link>
      <description>&lt;P&gt;I have a display text box value based on filters with a list of milestones that currently works using the code below however I would like to modify it slightly so that only future milestones are displayed (i.e. those milestones occuring after today). Additionally, I would like to add 2 additional columns "Name" and "Meeting" into the mix so that the final output appears as: "Upcoming Milestones: 10/22/2021 Meeting Name, 10/23/2021 Meeting Name", and so on.&amp;nbsp; Thank you.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Measure = "Upcoming Milestones: " &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;&amp;amp; CONCATENATEX (&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VALUES(Milestones[Target (End)])&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;, Milestones[Target (End)]&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;,", " &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 22 Sep 2021 20:06:19 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092331#M47657</guid>
      <dc:creator>DigitalDNA</dc:creator>
      <dc:date>2021-09-22T20:06:19Z</dc:date>
    </item>
    <item>
      <title>Re: Help modifying a display text box value based on filters for future milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092336#M47658</link>
      <description>&lt;P&gt;Like this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Upcoming Milestones =
"Upcoming Milestones: "
    &amp;amp; CONCATENATEX (
        FILTER ( Milestones, Milestones[Target (End)] &amp;gt; TODAY () ),
        FORMAT ( Milestones[Target (End)], "mm/dd/yyyy" )
			&amp;amp; " " &amp;amp; Milestones[Meeting]
			&amp;amp; " " &amp;amp; Milestones[Name],
        ", "
    )&lt;/LI-CODE&gt;</description>
      <pubDate>Wed, 22 Sep 2021 20:15:01 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092336#M47658</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-09-22T20:15:01Z</dc:date>
    </item>
    <item>
      <title>Re: Help modifying a display text box value based on filters for future milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092364#M47660</link>
      <description>&lt;P&gt;Brilliant--works perfectly, thank you!&lt;/P&gt;</description>
      <pubDate>Wed, 22 Sep 2021 20:32:28 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2092364#M47660</guid>
      <dc:creator>DigitalDNA</dc:creator>
      <dc:date>2021-09-22T20:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Help modifying a display text box value based on filters for future milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2095214#M47752</link>
      <description>&lt;P&gt;How can I return only 1 milestone date, meeting, and name using the same solution and code referenced above?&amp;nbsp; That is, out of many future milestones that will occur after today, I only want to show the very next milestone (1 as oppposed to many).&amp;nbsp; Thank you.&lt;/P&gt;</description>
      <pubDate>Thu, 23 Sep 2021 18:39:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2095214#M47752</guid>
      <dc:creator>DigitalDNA</dc:creator>
      <dc:date>2021-09-23T18:39:20Z</dc:date>
    </item>
    <item>
      <title>Re: Help modifying a display text box value based on filters for future milestones</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2095320#M47759</link>
      <description>&lt;LI-CODE lang="markup"&gt;Next Milestone =
VAR NextDate =
    MINX (
        FILTER ( Milestones, Milestones[Target (End)] &amp;gt; TODAY () ),
        Milestones[Target (End)]
    )
RETURN
    "Upcoming Milestones: "
        &amp;amp; CONCATENATEX (
            FILTER ( Milestones, Milestones[Target (End)] = NextDate ),
            FORMAT ( Milestones[Target (End)], "mm/dd/yyyy" )
				&amp;amp; " " &amp;amp; Milestones[Meeting]
				&amp;amp; " " &amp;amp; Milestones[Name],
            ", "
        )&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 23 Sep 2021 20:06:30 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-modifying-a-display-text-box-value-based-on-filters-for/m-p/2095320#M47759</guid>
      <dc:creator>AlexisOlson</dc:creator>
      <dc:date>2021-09-23T20:06:30Z</dc:date>
    </item>
  </channel>
</rss>

