<?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: RFM segments in DAX Commands and Tips</title>
    <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2522320#M70397</link>
    <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/LI-USER&gt;&amp;nbsp;,&amp;nbsp;Can you provide a sample of your data?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2022 06:47:32 GMT</pubDate>
    <dc:creator>DimaMD</dc:creator>
    <dc:date>2022-05-18T06:47:32Z</dc:date>
    <item>
      <title>RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2336897#M58898</link>
      <description>&lt;P&gt;Hello community!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've made RFM analysis in table. Score of RFM is calculated in real time with mesure.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have another table with scores and names of segments. so every combined RFM score has it's own name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The goal is to connect 2 tables so we can see name of segment in every customer score in table 1. But i can not do so because RFM score is calculated as mesure, and I can't figure out how to connect table with name of segments with main table.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Please help me to solve this task.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://drive.google.com/file/d/1BWLCaUr-2_EtOQD4a7i_veUOCK97Cc4D/view?usp=sharing" target="_self"&gt;Example of PBIX&lt;/A&gt; file will be in attachment.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 12:34:36 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2336897#M58898</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-02-14T12:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2337455#M58923</link>
      <description>&lt;P&gt;Are you looking to return text from Segment column dependent on exact match with RFM measure with of ID_RFM column?&lt;/P&gt;
&lt;P&gt;If yes, create a measure, put RFM in a variable and use LOOKUPVALUE to return Segment&lt;/P&gt;</description>
      <pubDate>Mon, 14 Feb 2022 16:15:35 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2337455#M58923</guid>
      <dc:creator>HotChilli</dc:creator>
      <dc:date>2022-02-14T16:15:35Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2338810#M58972</link>
      <description>&lt;P&gt;HI, &lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="81111" data-lia-user-login="HotChilli" class="lia-mention lia-mention-user"&gt;HotChilli&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;thanks for the tip, yesterday I managed to figure it out myself and write such a measure.&lt;BR /&gt;I think someone will find this measure useful&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Segment RFM = 
VAR _tab = 
SELECTCOLUMNS(
    VALUES('Sales'[ID_USER]),
    "RFM_Seg",[RFM] )
VAR _Seg =
SELECTCOLUMNS(_tab,
    "#RFM_S",
    LOOKUPVALUE('Segment'[Segment],Segment[ID_RFM],[RFM_Seg]))
return
MAXX( _Seg,[#RFM_S])&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 15 Feb 2022 07:31:54 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2338810#M58972</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-02-15T07:31:54Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2343606#M59218</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Glad to hear that you have solved your problem by yourself, would you like to mark your own reply as a solution so that others can learn from it too?&lt;/P&gt;
&lt;P&gt;Thanks in advance!&lt;/P&gt;
&lt;P&gt;&lt;A href="http://community.powerbi.com/t5/Community-Blog/How-to-Get-Your-Question-Answered-Quickly/ba-p/38490" target="_blank"&gt;How to Get Your Question Answered Quickly&amp;nbsp;&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&lt;U&gt;&amp;nbsp;&lt;/U&gt;&lt;/P&gt;
&lt;P&gt;Best Regards,&lt;/P&gt;
&lt;P&gt;Community Support Team _Robert Qin&lt;/P&gt;
&lt;P&gt;If this post &lt;STRONG&gt;helps&lt;/STRONG&gt;, then please consider &lt;STRONG&gt;&lt;EM&gt;Accept it as the solution&lt;/EM&gt;&lt;/STRONG&gt; to help the other members find it more quickly.&lt;/P&gt;</description>
      <pubDate>Thu, 17 Feb 2022 03:33:20 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2343606#M59218</guid>
      <dc:creator>v-robertq-msft</dc:creator>
      <dc:date>2022-02-17T03:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2505385#M69368</link>
      <description>&lt;P&gt;Hi Dima,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am had the same issue. But I am wondering if you can share how you segments table looks like. I am still having issues even after connecting segments tbale with my RFm scores. Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Nura&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 10 May 2022 15:49:02 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2505385#M69368</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-10T15:49:02Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2506633#M69423</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;&amp;nbsp;save the file, I think you will see everything there&lt;BR /&gt;&lt;A href="https://drive.google.com/file/d/1BWLCaUr-2_EtOQD4a7i_veUOCK97Cc4D/view?usp=sharing" target="_self"&gt;example file pbix&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;greetings from Ukraine&lt;/P&gt;</description>
      <pubDate>Wed, 11 May 2022 06:35:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2506633#M69423</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-05-11T06:35:13Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2521527#M70344</link>
      <description>&lt;P&gt;Hi Dima,&lt;/P&gt;&lt;P&gt;Thank you very much for sending the above file. It was very useful, however I am still getting the same error that you had. Also, after reviewing your file I realised that you have the same segment name for&amp;nbsp;&lt;/P&gt;&lt;P&gt;each RFM score. Did you happen to fix that? Thank you!&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;img /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2022 19:36:51 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2521527#M70344</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2022-05-17T19:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2522320#M70397</link>
      <description>&lt;P&gt;Hi&amp;nbsp;Anonymous&lt;/a&gt;&amp;nbsp;,&amp;nbsp;Can you provide a sample of your data?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2022 06:47:32 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/2522320#M70397</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2022-05-18T06:47:32Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/3078912#M107184</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Were ALL the RFM fields R(Values), R(Score), F(Values), F(Score), M(Values), and M(Scores) created completely using just measures, or some were created using calculated columns?&lt;/P&gt;&lt;P&gt;Would appreciate it so much if you can share the pbix please with me, as I'm trying to find a way to do it all based just on measures, but unfortunately I found that all sources are using calculated tables and columns.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Simon&lt;/P&gt;</description>
      <pubDate>Tue, 14 Feb 2023 06:52:25 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/3078912#M107184</guid>
      <dc:creator>y5famfnatudu</dc:creator>
      <dc:date>2023-02-14T06:52:25Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/3095420#M108587</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="394849" data-lia-user-login="y5famfnatudu" class="lia-mention lia-mention-user"&gt;y5famfnatudu&lt;/a&gt;&amp;nbsp;Your File&lt;/P&gt;</description>
      <pubDate>Thu, 23 Feb 2023 13:12:18 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/3095420#M108587</guid>
      <dc:creator>DimaMD</dc:creator>
      <dc:date>2023-02-23T13:12:18Z</dc:date>
    </item>
    <item>
      <title>Re: RFM segments</title>
      <link>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/3377526#M127198</link>
      <description>&lt;P&gt;HI&amp;nbsp;&lt;a href="javascript:void(0)" data-lia-user-mentions="" data-lia-user-uid="312820" data-lia-user-login="DimaMD" class="lia-mention lia-mention-user"&gt;DimaMD&lt;/a&gt;&amp;nbsp;I'm having some issues with an RFM I'm trying to create from scratch. I see you are pretty knowledgeable. can you help me with this?&lt;BR /&gt;&lt;A href="https://community.fabric.microsoft.com/t5/Desktop/RFM-Score-and-filtering-different-categories/m-p/3377107#M1124037" target="_blank"&gt;https://community.fabric.microsoft.com/t5/Desktop/RFM-Score-and-filtering-different-categories/m-p/3377107#M1124037&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 12 Aug 2023 20:58:13 GMT</pubDate>
      <guid>https://community.fabric.microsoft.com/t5/DAX-Commands-and-Tips/RFM-segments/m-p/3377526#M127198</guid>
      <dc:creator>TapiaMercasid</dc:creator>
      <dc:date>2023-08-12T20:58:13Z</dc:date>
    </item>
  </channel>
</rss>

