<?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 to group specific customers on frequency of their transactions in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-to-group-specific-customers-on-frequency-of-their/m-p/1460649#M27539</link>
    <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251373" data-lia-user-login="AREO-07" class="lia-mention lia-mention-user"&gt;AREO-07&lt;/a&gt; , if you need to group based in Meausre then you need binning or segementation using an independent table &lt;/P&gt;
&lt;P&gt;refer: &lt;A href="https://www.youtube.com/watch?v=CuczXPj0N-k" target="_blank"&gt;https://www.youtube.com/watch?v=CuczXPj0N-k&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.daxpatterns.com/dynamic-segmentation/" target="_blank"&gt;https://www.daxpatterns.com/dynamic-segmentation/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://radacad.com/grouping-and-binning-step-towards-better-data-visualization" target="_blank"&gt;https://radacad.com/grouping-and-binning-step-towards-better-data-visualization&lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 28 Oct 2020 11:03:18 GMT</pubDate>
    <dc:creator>amitchandak</dc:creator>
    <dc:date>2020-10-28T11:03:18Z</dc:date>
    <item>
      <title>Help to group specific customers on frequency of their transactions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-to-group-specific-customers-on-frequency-of-their/m-p/1460409#M27527</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Need help in creating a dax measure to count number of frequency of loyal customers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please see my table below.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;&lt;P&gt;and i am using these dax measure to identify which customer have transactions every month&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Loyal Unique Users = VAR VisibleMonths =&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;DISTINCTCOUNT('Append1'[Report Date]),ALLSELECTED('Append1'))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR UserWithTxnEachMonth = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;SUMX(VALUES(Append1[Loyalty Card Number]),&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;VAR HasatLeast1TxnEachMonth = &lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;CALCULATE(&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS(SUMMARIZE('Append1',Append1[Report Date])) = VisibleMonths, ALLSELECTED('Calendar'))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Return IF(HasatLeast1TxnEachMonth,1))&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&lt;SPAN&gt;Return UserWithTxnEachMonth&lt;/SPAN&gt;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;The dax measure helps me identify the loyal customers. Now i need to use this as filter and identify the loyal customers and&lt;/DIV&gt;&lt;DIV&gt;group them and count which of them have transacted once, twice and so on using the by using the frequency column as x axis in a visual.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;I tried using this dax measure:&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;SUMX(VALUES(Append1[Loyalty Card Number]),CALCULATE(COUNTROWS(SUMMARIZE(Append1,Append1[Report Date])),FILTER(Append1,HasatLeast1TxnEachMonth=TRUE()),ALLSELECTED('Calendar')))&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;but the result is blank&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Really need help in solving this problem.&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;Thank you&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 28 Oct 2020 09:46:10 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-to-group-specific-customers-on-frequency-of-their/m-p/1460409#M27527</guid>
      <dc:creator>AREO-07</dc:creator>
      <dc:date>2020-10-28T09:46:10Z</dc:date>
    </item>
    <item>
      <title>Re: Help to group specific customers on frequency of their transactions</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-to-group-specific-customers-on-frequency-of-their/m-p/1460649#M27539</link>
      <description>&lt;P&gt;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="251373" data-lia-user-login="AREO-07" class="lia-mention lia-mention-user"&gt;AREO-07&lt;/a&gt; , if you need to group based in Meausre then you need binning or segementation using an independent table &lt;/P&gt;
&lt;P&gt;refer: &lt;A href="https://www.youtube.com/watch?v=CuczXPj0N-k" target="_blank"&gt;https://www.youtube.com/watch?v=CuczXPj0N-k&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;or&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.daxpatterns.com/dynamic-segmentation/" target="_blank"&gt;https://www.daxpatterns.com/dynamic-segmentation/&lt;/A&gt;&lt;BR /&gt;&lt;A href="https://radacad.com/grouping-and-binning-step-towards-better-data-visualization" target="_blank"&gt;https://radacad.com/grouping-and-binning-step-towards-better-data-visualization&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 28 Oct 2020 11:03:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Help-to-group-specific-customers-on-frequency-of-their/m-p/1460649#M27539</guid>
      <dc:creator>amitchandak</dc:creator>
      <dc:date>2020-10-28T11:03:18Z</dc:date>
    </item>
  </channel>
</rss>

