<?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 with a timeline in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-with-a-timeline/m-p/2021081#M45031</link>
    <description>&lt;P&gt;What I understood is that you want cumulative NPS Score.&lt;/P&gt;&lt;P&gt;You can use something along these lines&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cumulative NPS Score = 
CALCULATE (
    [NPS Score],
    FILTER (
        ALL ( 'Date Table' ),
        'Date Table'[Date Column] &amp;lt;= MAX ( 'Date Table'[Date Column] )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Aug 2021 11:29:35 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2021-08-17T11:29:35Z</dc:date>
    <item>
      <title>DAX Measure with a timeline</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-with-a-timeline/m-p/2020972#M45022</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think its a simple question-but dont blame me I dont rlly use Measures often.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;What I've got:&lt;/U&gt;&lt;/P&gt;&lt;P&gt;(1) I got a table where Users give an rating from 1-10. I got each day like 50 different ratings.&amp;nbsp;&lt;/P&gt;&lt;P&gt;(2) a measure to calculate the NetPromoterScore (=difference of promoter 9-10 rating to detractors 0-6 rating):&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;NPS SCORE = ([% Promoters]-[% Detractors])*100&lt;/LI-CODE&gt;&lt;P&gt;(%Promoters and %Detractors are measures too)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;U&gt;What I want&lt;/U&gt;&lt;/P&gt;&lt;P&gt;If I try to visualize it. It calculate on each day a new NPS Score. But I want it to be&amp;nbsp;continuous. Each following day it should be added and not calculated new.&lt;/P&gt;&lt;P&gt;Ive got an date column too.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Tanks for any help, I really dont know how to add the time here.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 10:27:48 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-with-a-timeline/m-p/2020972#M45022</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-17T10:27:48Z</dc:date>
    </item>
    <item>
      <title>Re: DAX Measure with a timeline</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-with-a-timeline/m-p/2021081#M45031</link>
      <description>&lt;P&gt;What I understood is that you want cumulative NPS Score.&lt;/P&gt;&lt;P&gt;You can use something along these lines&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Cumulative NPS Score = 
CALCULATE (
    [NPS Score],
    FILTER (
        ALL ( 'Date Table' ),
        'Date Table'[Date Column] &amp;lt;= MAX ( 'Date Table'[Date Column] )
    )
)&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Let me know if this works.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Aditya&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Aug 2021 11:29:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/DAX-Measure-with-a-timeline/m-p/2021081#M45031</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-08-17T11:29:35Z</dc:date>
    </item>
  </channel>
</rss>

