<?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: Remove Tail End of Indexing from Cohort Periods in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371632#M25006</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108403" data-lia-user-login="BICrazy" class="lia-mention lia-mention-user"&gt;BICrazy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have modified your measure to exclude the last three values for each row:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;New Cohorts= 
VAR _DATE = 
CALCULATE(MAX(Data[date]), ALLSELECTED(Data[Date],Data[Day])) - 3 
return
IF( 
    MAX(Data[Date])  &amp;lt;= _DATE,
    [Cohorts]
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;If my answer was helpful, please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt; to help the other members find it&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Click on the &lt;STRONG&gt;Thumbs-Up icon &lt;/STRONG&gt;if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;&lt;FONT color="blue"&gt;YouTube&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; &lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;&lt;FONT color="blue"&gt;LinkedIn&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 15 Sep 2020 10:35:07 GMT</pubDate>
    <dc:creator>Fowmy</dc:creator>
    <dc:date>2020-09-15T10:35:07Z</dc:date>
    <item>
      <title>Remove Tail End of Indexing from Cohort Periods</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371268#M24990</link>
      <description>&lt;P&gt;Hello Power BI Community,&lt;BR /&gt;&lt;BR /&gt;Last week I got some help to exclude the data that is blank and I'm using the following measure to display the percentages per Cohort ( &lt;STRONG&gt;Currently columns 1 - 14&lt;/STRONG&gt;).&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cohorts = IF( [MoM % Change from Previous Index] = 0 , BLANK(), [MoM % Change from Previous Index] )&lt;/LI-CODE&gt;&lt;P&gt;&lt;BR /&gt;I now need help to create a DAX measure that enables the user to choose to remove the last 3 periods from the visual per row.&lt;BR /&gt;&lt;STRONG&gt;**&lt;/STRONG&gt; Note that this is not merely chopping off columns 12, 13, and 14 from the end, but rather removing the last 3 columns of data at a &lt;STRONG&gt;ROW&lt;/STRONG&gt; level.&amp;nbsp; My objective is to remove the &lt;U&gt;dips&lt;/U&gt; that are currently being displayed in the Line Chart Visual.&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;img /&gt;&lt;img /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 08:48:49 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371268#M24990</guid>
      <dc:creator>BICrazy</dc:creator>
      <dc:date>2020-09-15T08:48:49Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Tail End of Indexing from Cohort Periods</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371632#M25006</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="108403" data-lia-user-login="BICrazy" class="lia-mention lia-mention-user"&gt;BICrazy&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;I have modified your measure to exclude the last three values for each row:&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;New Cohorts= 
VAR _DATE = 
CALCULATE(MAX(Data[date]), ALLSELECTED(Data[Date],Data[Day])) - 3 
return
IF( 
    MAX(Data[Date])  &amp;lt;= _DATE,
    [Cohorts]
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;________________________&lt;/P&gt;&lt;P&gt;If my answer was helpful, please consider &lt;STRONG&gt;&lt;I&gt;Accept it as the solution&lt;/I&gt;&lt;/STRONG&gt;&lt;I&gt; to help the other members find it&lt;/I&gt;&lt;/P&gt;&lt;P&gt;Click on the &lt;STRONG&gt;Thumbs-Up icon &lt;/STRONG&gt;if you like this reply &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.youtube.com/channel/UCKwBEguA8IlBubIobaOormg?sub_confirmation=1" target="_blank"&gt;&lt;FONT color="blue"&gt;YouTube&lt;/FONT&gt;&lt;/A&gt;&amp;nbsp; &lt;A href="https://linkedin.com/in/fowmy" target="_blank"&gt;&lt;FONT color="blue"&gt;LinkedIn&lt;/FONT&gt;&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:35:07 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371632#M25006</guid>
      <dc:creator>Fowmy</dc:creator>
      <dc:date>2020-09-15T10:35:07Z</dc:date>
    </item>
    <item>
      <title>Re: Remove Tail End of Indexing from Cohort Periods</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371673#M25008</link>
      <description>&lt;P&gt;&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;&lt;BR /&gt;&lt;BR /&gt;Thank you again Sir!.&amp;nbsp; This measure is exactly what I needed for my dashboard.&lt;/P&gt;</description>
      <pubDate>Tue, 15 Sep 2020 10:49:45 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Remove-Tail-End-of-Indexing-from-Cohort-Periods/m-p/1371673#M25008</guid>
      <dc:creator>BICrazy</dc:creator>
      <dc:date>2020-09-15T10:49:45Z</dc:date>
    </item>
  </channel>
</rss>

