<?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 Categorize customers based on buying in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3662740#M141935</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone, this is Alexander from Hamburg Germany, this is my first post here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been doing research for this problem for about 2 weeks now and I am running out of ideas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The client is a machine builder who sells big machines all over the world.&lt;/P&gt;&lt;P&gt;The tables in question are the FACT "Invoices" table which includes CustomerID of course, Date Initiated (when project was started) and Date Final Invoice (when invoice was issued), usually a few weeks / months apart, revenue amount and direct cost. Then there is the DIM Customers table.&lt;/P&gt;&lt;P&gt;Date range from 2019 when the company was started until 2023 so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The usual reports about revenue, world map with revenue bubbles, margin, product categories, all works completely fine. It is only this last step where I am stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For every quarterly report, they want a list of customers, where the most right column says one out of 3 categories:&lt;/P&gt;&lt;P&gt;NEW CUSTOMER - bought for the first time in the year selected, but never before&lt;/P&gt;&lt;P&gt;STEADY CUSTOMER - has bought at least once in the last 2 years&lt;/P&gt;&lt;P&gt;OLD CUSTOMER - has bought once but not in the last 2 years&lt;/P&gt;&lt;P&gt;All based on the "Date_Initiated".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to get at this with&lt;/P&gt;&lt;P&gt;VAR YearSelected = SELECTEDVALUE(Date[Year]), but I get errors that I do not understand.&lt;/P&gt;&lt;P&gt;I have tried to set variables with logic and RETURN values with a SWITCH function, but that got me other errors.&lt;/P&gt;&lt;P&gt;With some Nested IFs, I got a partial solution, but I am struggling with the correct time logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any idea, please explain like you would to a Golden Retriever - I am novice to this and have only done very simple aggregation, SUM and DIVIDE functions so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 26 Jan 2024 13:22:50 GMT</pubDate>
    <dc:creator>AlexanderMeneik</dc:creator>
    <dc:date>2024-01-26T13:22:50Z</dc:date>
    <item>
      <title>Categorize customers based on buying</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3662740#M141935</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hello everyone, this is Alexander from Hamburg Germany, this is my first post here.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been doing research for this problem for about 2 weeks now and I am running out of ideas.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The client is a machine builder who sells big machines all over the world.&lt;/P&gt;&lt;P&gt;The tables in question are the FACT "Invoices" table which includes CustomerID of course, Date Initiated (when project was started) and Date Final Invoice (when invoice was issued), usually a few weeks / months apart, revenue amount and direct cost. Then there is the DIM Customers table.&lt;/P&gt;&lt;P&gt;Date range from 2019 when the company was started until 2023 so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The usual reports about revenue, world map with revenue bubbles, margin, product categories, all works completely fine. It is only this last step where I am stuck.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For every quarterly report, they want a list of customers, where the most right column says one out of 3 categories:&lt;/P&gt;&lt;P&gt;NEW CUSTOMER - bought for the first time in the year selected, but never before&lt;/P&gt;&lt;P&gt;STEADY CUSTOMER - has bought at least once in the last 2 years&lt;/P&gt;&lt;P&gt;OLD CUSTOMER - has bought once but not in the last 2 years&lt;/P&gt;&lt;P&gt;All based on the "Date_Initiated".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried to get at this with&lt;/P&gt;&lt;P&gt;VAR YearSelected = SELECTEDVALUE(Date[Year]), but I get errors that I do not understand.&lt;/P&gt;&lt;P&gt;I have tried to set variables with logic and RETURN values with a SWITCH function, but that got me other errors.&lt;/P&gt;&lt;P&gt;With some Nested IFs, I got a partial solution, but I am struggling with the correct time logic.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have any idea, please explain like you would to a Golden Retriever - I am novice to this and have only done very simple aggregation, SUM and DIVIDE functions so far.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks a lot.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 13:22:50 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3662740#M141935</guid>
      <dc:creator>AlexanderMeneik</dc:creator>
      <dc:date>2024-01-26T13:22:50Z</dc:date>
    </item>
    <item>
      <title>Re: Categorize customers based on buying</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3662890#M141943</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;&lt;BR /&gt;Here is one way to do this:&lt;BR /&gt;&lt;BR /&gt;Demo data (table 26 is just A,B and C):&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Relationship:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Dax:&lt;/P&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;Customer category =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_curYear&lt;/SPAN&gt;&lt;SPAN&gt;= &lt;/SPAN&gt;&lt;SPAN&gt;SELECTEDVALUE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;//we are using selectedvalue to refer to current time period&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_pastYear1&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;_curYear&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;1&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_pastYear2&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;_curYear&lt;/SPAN&gt;&lt;SPAN&gt;-&lt;/SPAN&gt;&lt;SPAN&gt;2&lt;/SPAN&gt; &lt;SPAN&gt;//these two are for steady customer calculation&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_current&lt;/SPAN&gt;&lt;SPAN&gt; =&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;COUNTROWS&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table (25)'&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;//how many purchases there are in selected period&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_past2&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table (25)'&lt;/SPAN&gt;&lt;SPAN&gt;[fact]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt; &amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;in&lt;/SPAN&gt;&lt;SPAN&gt; {&lt;/SPAN&gt;&lt;SPAN&gt;_curYear&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;_pastYear1&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;_pastYear2&lt;/SPAN&gt;&lt;SPAN&gt;})) &lt;/SPAN&gt;&lt;SPAN&gt;//we remove time filters with ALL and apply the limitation that year should be in past 3 years&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_alltime&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;CALCULATE&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;COUNT&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Table (25)'&lt;/SPAN&gt;&lt;SPAN&gt;[fact]&lt;/SPAN&gt;&lt;SPAN&gt;),&lt;/SPAN&gt;&lt;SPAN&gt;FILTER&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;ALL&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;), &lt;/SPAN&gt;&lt;SPAN&gt;'Calendar'&lt;/SPAN&gt;&lt;SPAN&gt;[Year]&lt;/SPAN&gt;&lt;SPAN&gt;&amp;lt;=&lt;/SPAN&gt;&lt;SPAN&gt;_curYear&lt;/SPAN&gt;&lt;SPAN&gt;)) &lt;/SPAN&gt;&lt;SPAN&gt;//all sales before or equal current selection &lt;/SPAN&gt;&lt;/DIV&gt;
&lt;BR /&gt;
&lt;DIV&gt;&lt;SPAN&gt;var&lt;/SPAN&gt; &lt;SPAN&gt;_category&lt;/SPAN&gt;&lt;SPAN&gt; = &lt;/SPAN&gt;&lt;SPAN&gt;SWITCH&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;TRUE&lt;/SPAN&gt;&lt;SPAN&gt;(),&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;_past2&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;_current&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Steady customer"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;_alltime&lt;/SPAN&gt;&lt;SPAN&gt;&amp;gt;&lt;/SPAN&gt;&lt;SPAN&gt;_current&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;"Old customer"&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;_current&lt;/SPAN&gt;&lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;0&lt;/SPAN&gt;&lt;SPAN&gt;,&lt;/SPAN&gt;&lt;SPAN&gt;BLANK&lt;/SPAN&gt;&lt;SPAN&gt;(), &lt;/SPAN&gt;&lt;SPAN&gt;//this is needed when looking at past&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;"New customer"&lt;/SPAN&gt;&lt;SPAN&gt;) &lt;/SPAN&gt;&lt;SPAN&gt;//switch + true = multiple IF conditions. We test for different scenarios&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;RETURN&lt;/SPAN&gt;&lt;/DIV&gt;
&lt;DIV&gt;&lt;SPAN&gt;_category&lt;/SPAN&gt; &lt;SPAN&gt;//we return the category variable&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;End result:&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV&gt;&lt;img /&gt;
&lt;P&gt;In the bottom table visual I have customer from table (26) and the measure shown above.&lt;/P&gt;
&lt;img /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The value changes dynamically based on selection. If you want to have historical data you should add this kind of logic to your database as a column.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I hope this post helps to solve your issue and if it does consider accepting it as a solution and giving the post a thumbs up!&lt;BR /&gt;&lt;BR /&gt;My LinkedIn: &lt;A href="https://www.linkedin.com/in/n%C3%A4ttiahov-00001/" target="_blank" rel="noopener"&gt;https://www.linkedin.com/in/n%C3%A4ttiahov-00001/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;/DIV&gt;
&lt;/DIV&gt;</description>
      <pubDate>Fri, 26 Jan 2024 15:00:33 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3662890#M141943</guid>
      <dc:creator>ValtteriN</dc:creator>
      <dc:date>2024-01-26T15:00:33Z</dc:date>
    </item>
    <item>
      <title>Re: Categorize customers based on buying</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3669887#M142324</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="680953" data-lia-user-login="AlexanderMeneik" class="lia-mention lia-mention-user"&gt;AlexanderMeneik&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I ran the testing with sample data I created myself, maybe it can help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;My sample:&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Then I created a measure as follows.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="markup"&gt;Measure = 
VAR _countlastyear = CALCULATE(COUNT('Fact'[ID]),FILTER(ALLEXCEPT('Fact', 'Fact'[ID]), YEAR('Fact'[StartDate]) &amp;lt; YEAR(SELECTEDVALUE('Table'[Date]))))
VAR _countthisyear = CALCULATE(COUNT('Fact'[ID]), FILTER(ALLEXCEPT('Fact', 'Fact'[ID]), YEAR('Fact'[StartDate]) = YEAR(SELECTEDVALUE('Table'[Date]))))
VAR _countlasttwoyear = CALCULATE(COUNT('Fact'[ID]), FILTER(ALLEXCEPT('Fact', 'Fact'[ID]), YEAR('Fact'[StartDate]) &amp;gt;= YEAR(SELECTEDVALUE('Table'[Date])) - 2 &amp;amp;&amp;amp; YEAR('Fact'[StartDate]) &amp;lt; YEAR(SELECTEDVALUE('Table'[Date]))))
RETURN
SWITCH(TRUE(),
_countthisyear &amp;lt;&amp;gt; BLANK() &amp;amp;&amp;amp; _countlastyear = BLANK(), "NEW CUSTOMER",
_countlasttwoyear &amp;lt;&amp;gt; BLANK(), "STEADY CUSTOMER",
_countlastyear &amp;lt;&amp;gt; BLANK() &amp;amp;&amp;amp; _countlasttwoyear = BLANK(), "OLD CUSTOMER"
)&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;img /&gt;&lt;/P&gt;
&lt;P&gt;Is this the result you expect?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a detailed description of the formulas I used,&amp;nbsp;you can read related document link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/calculate-function-dax" target="_blank"&gt;CALCULATE function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/filter-function-dax" target="_blank"&gt;FILTER function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/allexcept-function-dax" target="_blank"&gt;ALLEXCEPT function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/count-function-dax" target="_blank"&gt;COUNT function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/selectedvalue-function" target="_blank"&gt;SELECTEDVALUE function - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/year-function-dax" target="_blank"&gt;YEAR function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://learn.microsoft.com/en-us/dax/blank-function-dax" target="_blank"&gt;BLANK function (DAX) - DAX | Microsoft Learn&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If I've misunderstood you, please provide detailed sample data and the results you are hoping for:&amp;nbsp;&lt;A href="https://community.fabric.microsoft.com/t5/Community-Blog/How-to-provide-sample-data-in-the-Power-BI-Forum/ba-p/963216" target="_blank"&gt;How to provide sample data in the Power BI Forum - Microsoft Fabric Community&lt;/A&gt;&amp;nbsp;. &lt;SPAN&gt;Or show it as a screenshot or pbix. Please remove any sensitive data in advance.&amp;nbsp;If uploading pbix files please do not log into your account.&lt;/SPAN&gt;&amp;nbsp;We can better understand the problem and help you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;BR /&gt;Community Support Team _Yuliax&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps, then please consider &lt;EM&gt;Accept it as the solution to help the other members find it more quickly.&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 31 Jan 2024 09:43:47 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3669887#M142324</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2024-01-31T09:43:47Z</dc:date>
    </item>
    <item>
      <title>Re: Categorize customers based on buying</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3674863#M142630</link>
      <description>&lt;P&gt;Wow, thank you very much. I realize that my understanding of DAX at this point is so low that I can not really understand that code. It will take me a few days to go through it.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 07:15:24 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3674863#M142630</guid>
      <dc:creator>AlexanderMeneik</dc:creator>
      <dc:date>2024-02-02T07:15:24Z</dc:date>
    </item>
    <item>
      <title>Re: Categorize customers based on buying</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3674864#M142631</link>
      <description>&lt;P&gt;Thanks a lot. It will take me a while to get my head around this.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Feb 2024 07:16:16 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/Categorize-customers-based-on-buying/m-p/3674864#M142631</guid>
      <dc:creator>AlexanderMeneik</dc:creator>
      <dc:date>2024-02-02T07:16:16Z</dc:date>
    </item>
  </channel>
</rss>

