<?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 Misunderstanding - ( IN VALUE ) expert help in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438370#M65158</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this following table to count both :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;New customers&lt;/LI&gt;&lt;LI&gt;Active customer who buy this month.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the Measure for New Customer column:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Question is, How is that possible to get new customers using ( IN VALUE ), I tried to understand many times but I couldn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 05 Apr 2022 14:24:37 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2022-04-05T14:24:37Z</dc:date>
    <item>
      <title>Misunderstanding - ( IN VALUE ) expert help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438370#M65158</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I have this following table to count both :&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;New customers&lt;/LI&gt;&lt;LI&gt;Active customer who buy this month.&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is the Measure for New Customer column:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;img /&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Question is, How is that possible to get new customers using ( IN VALUE ), I tried to understand many times but I couldn't.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;please help&lt;/P&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 05 Apr 2022 14:24:37 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438370#M65158</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-05T14:24:37Z</dc:date>
    </item>
    <item>
      <title>Re: Misunderstanding - ( IN VALUE ) expert help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438486#M65170</link>
      <description>&lt;P&gt;Anonymous&lt;/LI-USER&gt; , refer to my method of using isblank &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Customer Retention Part 1:&lt;BR /&gt;&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-1-Month-on-Month-Retention/ba-p/1361529&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Customer Retention Part 2: Period over Period Retention :&lt;A href="https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458" target="_blank"&gt;https://community.powerbi.com/t5/Community-Blog/Customer-Retention-Part-2-Period-over-Period-Retention/ba-p/1377458&lt;/A&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 14:58:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438486#M65170</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2022-04-05T14:58:35Z</dc:date>
    </item>
    <item>
      <title>Re: Misunderstanding - ( IN VALUE ) expert help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438703#M65191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;VALUES of date is evaluated in the current filter context. Therefore in jan 2008 for example it will return the dates from 1/1/2008 to 31/1/2008.&amp;nbsp;&lt;BR /&gt;the first variable creates a table (also evaluated in the current filter context) that contains two columns: the customers available in rhe current filter context and the date of of the first sale of each customer.&amp;nbsp;&lt;BR /&gt;Then FILTER iterates over this table keeping only the rwos where the first sale date is available in the dates of the current filter conext.&amp;nbsp;&lt;BR /&gt;it is a beautiful code!&lt;/P&gt;</description>
      <pubDate>Tue, 05 Apr 2022 17:06:04 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2438703#M65191</guid>
      <dc:creator>tamerj1</dc:creator>
      <dc:date>2022-04-05T17:06:04Z</dc:date>
    </item>
    <item>
      <title>Re: Misunderstanding - ( IN VALUE ) expert help</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2447855#M65774</link>
      <description>&lt;P&gt;Totally agree, very amazing code and this is why I have been trying to understand it because it has a very powerful practice!&lt;/P&gt;</description>
      <pubDate>Sun, 10 Apr 2022 22:29:42 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Misunderstanding-IN-VALUE-expert-help/m-p/2447855#M65774</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-04-10T22:29:42Z</dc:date>
    </item>
  </channel>
</rss>

